SNode.C
|
#include <SNodeC.h>
Public Member Functions | |
SNodeC ()=delete | |
~SNodeC ()=delete | |
void * | operator new (std::size_t count)=delete |
Static Public Member Functions | |
static void | init (int argc, char *argv[]) |
static int | start (const utils::Timeval &timeOut={LONG_MAX, 0}) |
static void | stop () |
static TickStatus | tick (const utils::Timeval &timeOut=0) |
static void | free () |
static State | state () |
|
delete |
|
delete |
|
static |
Definition at line 72 of file SNodeC.cpp.
References core::EventLoop::free().
Referenced by express::WebApp::free().
|
static |
Definition at line 54 of file SNodeC.cpp.
References core::EventLoop::init().
Referenced by express::WebApp::init(), and main().
|
delete |
|
static |
Definition at line 60 of file SNodeC.cpp.
References core::EventLoop::start().
Referenced by main(), and express::WebApp::start().
|
static |
Definition at line 76 of file SNodeC.cpp.
References core::EventLoop::getEventLoopState().
Referenced by core::socket::stream::SocketClient< SocketConnectorT, SocketContextFactoryT, Args >::realConnect(), core::socket::stream::SocketServer< SocketAcceptorT, SocketContextFactoryT, Args >::realListen(), and express::WebApp::state().
|
static |
Definition at line 64 of file SNodeC.cpp.
References core::EventLoop::stop().
Referenced by express::WebApp::stop().
|
static |
Definition at line 68 of file SNodeC.cpp.
References core::EventLoop::tick().
Referenced by express::WebApp::tick().