|
|
| Timer (const Timer &other)=delete |
|
| Timer (Timer &&other)=delete |
|
Timer & | operator= (const Timer &other)=delete |
|
Timer & | operator= (Timer &&other)=delete |
|
void | start (std::chrono::milliseconds interval, const int iterations, Callback &&callback) |
|
void | stop () |
|
bool | isActive () const |