SPH
Classes | Public Member Functions | Static Public Member Functions | List of all members
TimerThread Class Reference
Inheritance diagram for TimerThread:
Noncopyable

Public Member Functions

 TimerThread ()
 
 ~TimerThread ()
 
void registerTimer (const SharedPtr< Timer > &timer, const std::function< void(void)> &callback)
 
- Public Member Functions inherited from Noncopyable
 Noncopyable ()=default
 
 Noncopyable (const Noncopyable &)=delete
 
 Noncopyable (Noncopyable &&)=default
 
Noncopyableoperator= (const Noncopyable &)=delete
 
Noncopyableoperator= (Noncopyable &&)=default
 

Static Public Member Functions

static TimerThreadgetInstance ()
 

Detailed Description

Definition at line 9 of file Timer.cpp.

Constructor & Destructor Documentation

◆ TimerThread()

TimerThread::TimerThread ( )

Definition at line 106 of file Timer.cpp.

◆ ~TimerThread()

TimerThread::~TimerThread ( )

Definition at line 111 of file Timer.cpp.

Member Function Documentation

◆ getInstance()

TimerThread & TimerThread::getInstance ( )
static

Definition at line 117 of file Timer.cpp.

◆ registerTimer()

void TimerThread::registerTimer ( const SharedPtr< Timer > &  timer,
const std::function< void(void)> &  callback 
)

Definition at line 124 of file Timer.cpp.


The documentation for this class was generated from the following file: