|
SObjectizer 5.8
|
An indentificator for the timer. More...
#include <timers.hpp>
Public Member Functions | |
| timer_id_t () noexcept=default | |
| Default constructor. | |
| timer_id_t (so_5::intrusive_ptr_t< timer_t > &&timer) noexcept | |
| Initializing constructor. | |
| bool | is_active () const noexcept |
| Is this timer event is active? | |
| void | release () noexcept |
| Release the timer event. | |
Private Attributes | |
| so_5::intrusive_ptr_t< timer_t > | m_timer |
| Actual timer. | |
Friends | |
| void | swap (timer_id_t &a, timer_id_t &b) noexcept |
| Swapping. | |
An indentificator for the timer.
Definition at line 72 of file timers.hpp.
|
defaultnoexcept |
Default constructor.
|
inlinenoexcept |
Initializing constructor.
Definition at line 78 of file timers.hpp.
|
inlinenoexcept |
Is this timer event is active?
Definition at line 92 of file timers.hpp.
|
inlinenoexcept |
Release the timer event.
Definition at line 99 of file timers.hpp.
|
friend |
Swapping.
Definition at line 85 of file timers.hpp.
|
private |
Actual timer.
Definition at line 107 of file timers.hpp.