This is the complete list of members for trantor::EventLoop, including all inherited members.
| assertInLoopThread() | trantor::EventLoop | inline |
| EventLoop() (defined in trantor::EventLoop) | trantor::EventLoop | |
| getEventLoopOfCurrentThread() | trantor::EventLoop | static |
| index() | trantor::EventLoop | inline |
| invalidateTimer(TimerId id) | trantor::EventLoop | |
| isCallingFunctions() | trantor::EventLoop | inline |
| isInLoopThread() const | trantor::EventLoop | inline |
| isRunning() | trantor::EventLoop | inline |
| loop() | trantor::EventLoop | |
| moveToCurrentThread() | trantor::EventLoop | |
| queueInLoop(const Func &f) | trantor::EventLoop | |
| queueInLoop(Func &&f) (defined in trantor::EventLoop) | trantor::EventLoop | |
| quit() | trantor::EventLoop | |
| removeChannel(Channel *chl) | trantor::EventLoop | |
| resetAfterFork() | trantor::EventLoop | |
| runAfter(double delay, const Func &cb) | trantor::EventLoop | |
| runAfter(double delay, Func &&cb) (defined in trantor::EventLoop) | trantor::EventLoop | |
| runAfter(const std::chrono::duration< double > &delay, const Func &cb) | trantor::EventLoop | inline |
| runAfter(const std::chrono::duration< double > &delay, Func &&cb) (defined in trantor::EventLoop) | trantor::EventLoop | inline |
| runAt(const Date &time, const Func &cb) | trantor::EventLoop | |
| runAt(const Date &time, Func &&cb) (defined in trantor::EventLoop) | trantor::EventLoop | |
| runEvery(double interval, const Func &cb) | trantor::EventLoop | |
| runEvery(double interval, Func &&cb) (defined in trantor::EventLoop) | trantor::EventLoop | |
| runEvery(const std::chrono::duration< double > &interval, const Func &cb) | trantor::EventLoop | inline |
| runEvery(const std::chrono::duration< double > &interval, Func &&cb) (defined in trantor::EventLoop) | trantor::EventLoop | inline |
| runInLoop(Functor &&f) | trantor::EventLoop | inline |
| runOnQuit(Func &&cb) | trantor::EventLoop | |
| runOnQuit(const Func &cb) (defined in trantor::EventLoop) | trantor::EventLoop | |
| setIndex(size_t index) | trantor::EventLoop | inline |
| updateChannel(Channel *chl) | trantor::EventLoop | |
| ~EventLoop() (defined in trantor::EventLoop) | trantor::EventLoop | |