|
SObjectizer
5.7
|
An indentificator for the timer. More...
#include <timers.hpp>
Public Member Functions | |
| timer_id_t () noexcept=default | |
| Default constructor. More... | |
| timer_id_t (so_5::intrusive_ptr_t< timer_t > &&timer) noexcept | |
| Initializing constructor. More... | |
| void | swap (timer_id_t &o) noexcept |
| Swapping. More... | |
| bool | is_active () const noexcept |
| Is this timer event is active? More... | |
| void | release () 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.
|
defaultnoexcept |
Default constructor.
|
inlinenoexcept |
Initializing constructor.
|
inlinenoexcept |
Is this timer event is active?
|
inlinenoexcept |
Release the timer event.
|
inlinenoexcept |
Swapping.
|
private |
Actual timer.
1.8.14