#include <TimerManager.h>
Public Member Functions | |
uint32_t | getTick () |
Static Public Member Functions | |
static void | deleteInstance () |
static TimerManager * | getInstance () |
static time_t | getTime () |
static void | newInstance () |
Private Member Functions | |
TimerManager () throw () | |
virtual | ~TimerManager () throw () |
Private Attributes | |
timeval | tv |
Static Private Attributes | |
static ADCHPP_DLL TimerManager * | instance = 0 |
Friends | |
class | Singleton< TimerManager > |
Definition at line 26 of file TimerManager.h.
adchpp::TimerManager::TimerManager | ( | ) | throw () [inline, private] |
Definition at line 51 of file TimerManager.h.
References tv.
virtual adchpp::TimerManager::~TimerManager | ( | ) | throw () [inline, private, virtual] |
Definition at line 58 of file TimerManager.h.
static void adchpp::Singleton< TimerManager >::deleteInstance | ( | ) | [inline, static, inherited] |
Definition at line 49 of file Singleton.h.
static TimerManager * adchpp::Singleton< TimerManager >::getInstance | ( | ) | [inline, static, inherited] |
Definition at line 37 of file Singleton.h.
References dcassert.
uint32_t adchpp::TimerManager::getTick | ( | ) | [inline] |
Definition at line 35 of file TimerManager.h.
References tv.
static time_t adchpp::TimerManager::getTime | ( | ) | [inline, static] |
Definition at line 42 of file TimerManager.h.
Referenced by adchpp::ManagedSocket::prepareWrite().
static void adchpp::Singleton< TimerManager >::newInstance | ( | ) | [inline, static, inherited] |
Definition at line 42 of file Singleton.h.
friend class Singleton< TimerManager > [friend] |
Definition at line 48 of file TimerManager.h.
TimerManager * adchpp::TimerManager::instance = 0 [static, private] |
Definition at line 49 of file TimerManager.h.
timeval adchpp::TimerManager::tv [private] |
Definition at line 61 of file TimerManager.h.
Referenced by getTick(), and TimerManager().