#include <Timer.h>
Definition at line 39 of file Timer.h.
◆ ~Timer()
core::timer::Timer::~Timer |
( |
| ) |
|
|
overridevirtual |
◆ intervalTimer() [1/2]
Timer core::timer::Timer::intervalTimer |
( |
const std::function< void()> & | dispatcher, |
|
|
const utils::Timeval & | timeout ) |
|
static |
◆ intervalTimer() [2/2]
Timer core::timer::Timer::intervalTimer |
( |
const std::function< void(const std::function< void()> &)> & | dispatcher, |
|
|
const utils::Timeval & | timeout ) |
|
static |
◆ operator=() [1/2]
Timer & core::timer::Timer::operator= |
( |
const Timer & | | ) |
|
|
delete |
◆ operator=() [2/2]
Timer & core::timer::Timer::operator= |
( |
Timer && | timer | ) |
|
|
defaultnoexcept |
◆ singleshotTimer()
Timer core::timer::Timer::singleshotTimer |
( |
const std::function< void()> & | dispatcher, |
|
|
const utils::Timeval & | timeout ) |
|
static |
The documentation for this class was generated from the following files: