SNode.C
Loading...
Searching...
No Matches
State.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  core::socket::State
 

Namespaces

namespace  core
 
namespace  core::socket
 

Macros

#define STATE_OK   State(core::socket::State::OK, __FILE__, __LINE__)
 
#define STATE_DISABLED   State(core::socket::State::DISABLED, __FILE__, __LINE__)
 
#define STATE_ERROR   State(core::socket::State::ERROR, __FILE__, __LINE__)
 
#define STATE_FATAL   State(core::socket::State::FATAL, __FILE__, __LINE__)
 
#define STATE(state, errnum, errstr)   State((state), __FILE__, __LINE__, (errnum), (errstr))
 

Macro Definition Documentation

◆ STATE

#define STATE (   state,
  errnum,
  errstr 
)    State((state), __FILE__, __LINE__, (errnum), (errstr))

Definition at line 67 of file State.h.

◆ STATE_DISABLED

#define STATE_DISABLED   State(core::socket::State::DISABLED, __FILE__, __LINE__)

Definition at line 63 of file State.h.

◆ STATE_ERROR

#define STATE_ERROR   State(core::socket::State::ERROR, __FILE__, __LINE__)

Definition at line 64 of file State.h.

◆ STATE_FATAL

#define STATE_FATAL   State(core::socket::State::FATAL, __FILE__, __LINE__)

Definition at line 65 of file State.h.

◆ STATE_OK

#define STATE_OK   State(core::socket::State::OK, __FILE__, __LINE__)

Definition at line 62 of file State.h.