Adbase
Adinf C++ base library V2
|
#include <EventLoop.hpp>
Public Member Functions | |
EventLoop () | |
~EventLoop () | |
EventBasePtr & | getBase () |
void | start () |
void | stop () |
void | isStop (void *) |
Definition at line 17 of file EventLoop.hpp.
adbase::EventLoop::EventLoop | ( | ) |
Definition at line 7 of file EventLoop.cpp.
adbase::EventLoop::~EventLoop | ( | ) |
Definition at line 15 of file EventLoop.cpp.
EventBasePtr & adbase::EventLoop::getBase | ( | ) |
Definition at line 76 of file EventLoop.cpp.
void adbase::EventLoop::isStop | ( | void * | ) |
void adbase::EventLoop::start | ( | ) |
Definition at line 21 of file EventLoop.cpp.
References isStop(), and adbase::Timer::runEvery().
void adbase::EventLoop::stop | ( | ) |
Definition at line 38 of file EventLoop.cpp.
References LOG_ERROR.