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((state), __FILE__, __LINE__, (errnum), (errstr)) |
|
◆ STATE
#define STATE |
( |
| state, |
|
|
| errnum, |
|
|
| errstr ) State((state), __FILE__, __LINE__, (errnum), (errstr)) |
◆ STATE_DISABLED
◆ STATE_ERROR
◆ STATE_FATAL
◆ STATE_OK