This is the complete list of members for GNet::EventLoop, including all inherited members.
addException(Descriptor fd, EventHandler &handler)=0 | GNet::EventLoop | pure virtual |
addRead(Descriptor fd, EventHandler &handler)=0 | GNet::EventLoop | pure virtual |
addWrite(Descriptor fd, EventHandler &handler)=0 | GNet::EventLoop | pure virtual |
create() | GNet::EventLoop | static |
dropException(Descriptor fd)=0 | GNet::EventLoop | pure virtual |
dropRead(Descriptor fd)=0 | GNet::EventLoop | pure virtual |
dropWrite(Descriptor fd)=0 | GNet::EventLoop | pure virtual |
EventLoop() | GNet::EventLoop | protected |
exists() | GNet::EventLoop | static |
init()=0 | GNet::EventLoop | pure virtual |
instance() | GNet::EventLoop | static |
quit(std::string reason)=0 | GNet::EventLoop | pure virtual |
run()=0 | GNet::EventLoop | pure virtual |
running() const =0 | GNet::EventLoop | pure virtual |
setTimeout(G::DateTime::EpochTime t, bool &empty_implementation_hint)=0 | GNet::EventLoop | pure virtual |
~EventLoop() | GNet::EventLoop | virtual |