Go to the source code of this file.
|
| #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
| #define STATE |
( |
| state, |
|
|
| errnum, |
|
|
| errstr ) |
Value:State((state), __FILE__, __LINE__, (errnum), (errstr))
Definition at line 67 of file State.h.
◆ STATE_DISABLED
◆ STATE_ERROR
◆ STATE_FATAL
◆ STATE_OK