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 45 of file State.h.

◆ STATE_DISABLED

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

Definition at line 41 of file State.h.

◆ STATE_ERROR

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

Definition at line 42 of file State.h.

◆ STATE_FATAL

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

Definition at line 43 of file State.h.

◆ STATE_OK

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

Definition at line 40 of file State.h.