Namespaces | |
| namespace | timer |
| namespace | socket |
| namespace | pipe |
| namespace | eventreceiver |
| namespace | file |
| namespace | multiplexer |
| namespace | ssl |
| namespace | system |
Classes | |
| class | SNodeC |
| class | Descriptor |
| class | DescriptorEventPublisher |
| class | Observer |
| class | DescriptorEventReceiver |
| class | Event |
| class | EventLoop |
| class | EventMultiplexer |
| class | EventReceiver |
| class | DynamicLoader |
| class | TimerEventPublisher |
| class | Timer |
| class | TimerEventReceiver |
Enumerations | |
| enum class | State { LOADED , INITIALIZED , RUNNING , STOPPING } |
| enum class | TickStatus { SUCCESS , INTERRUPTED , NOOBSERVER , TRACE } |
Functions | |
| static std::string | getTickCounterAsString (const el::LogMessage *logMessage) |
| State | eventLoopState () |
|
strong |
|
strong |
| State core::eventLoopState | ( | ) |
Definition at line 52 of file State.cpp.
References core::EventLoop::getEventLoopState().
Referenced by core::TimerEventReceiver::enable(), core::socket::stream::tls::SocketAcceptor< PhysicalSocketServerT, ConfigT >::init(), core::socket::stream::tls::SocketConnector< PhysicalSocketClientT, ConfigT >::init(), core::file::FileReader::onEvent(), core::socket::stream::SocketClient< SocketConnectorT< net::in6::phy::stream::PhysicalSocketClient, ConfigSocketClientT >, SocketContextFactoryT, Args... >::realConnect(), core::socket::stream::SocketAcceptor< PhysicalSocketServerT, ConfigT, SocketConnectionT >::SocketAcceptor(), core::socket::stream::SocketAcceptor< PhysicalSocketServerT, ConfigT, SocketConnectionT >::SocketAcceptor(), core::socket::stream::SocketConnector< PhysicalSocketClientT, ConfigT, SocketConnectionT >::SocketConnector(), and core::socket::stream::SocketConnector< PhysicalSocketClientT, ConfigT, SocketConnectionT >::SocketConnector().
|
static |
Definition at line 65 of file EventLoop.cpp.
References core::EventLoop::getTickCounter().
Referenced by core::EventLoop::init().