|
SObjectizer
5.5
|
An indentificator for the timer. More...
#include <timers.hpp>
Public Member Functions | |
| timer_id_t () SO_5_NOEXCEPT=default | |
| Default constructor. More... | |
| timer_id_t (so_5::intrusive_ptr_t< timer_t > &&timer) SO_5_NOEXCEPT | |
| Initializing constructor. More... | |
| void | swap (timer_id_t &o) SO_5_NOEXCEPT |
| Swapping. More... | |
| bool | is_active () const SO_5_NOEXCEPT |
| Is this timer event is active? More... | |
| void | release () SO_5_NOEXCEPT |
| Release the timer event. More... | |
Private Attributes | |
| so_5::intrusive_ptr_t< timer_t > | m_timer |
| Actual timer. More... | |
An indentificator for the timer.
|
default |
Default constructor.
|
inline |
Initializing constructor.
|
inline |
Is this timer event is active?
|
inline |
Release the timer event.
|
inline |
Swapping.
|
private |
Actual timer.
1.8.14