|
SObjectizer
5.8
|
Base type for timer demands. More...
#include <all.hpp>
Public Member Functions | |
| timer_object () | |
| Deafault constructor. | |
| virtual | ~timer_object () |
Static Public Member Functions | |
| static void | increment_references (timer_object *t) |
| Increment reference counter for the demand. | |
| static void | decrement_references (timer_object *t) |
Public Attributes | |
| threading_traits< Thread_Safety >::reference_counter_type | m_references |
| Reference counter for the demand. | |
Base type for timer demands.
| Thread_Safety | Thread-safety indicator. Must be thread_safety::unsafe or thread_safety::safe type. |
Definition at line 188 of file 3rd_party/timertt/all.hpp.
|
inline |
Deafault constructor.
Definition at line 194 of file 3rd_party/timertt/all.hpp.
|
inlinevirtual |
Definition at line 199 of file 3rd_party/timertt/all.hpp.
|
inlinestatic |
Decrement reference counter for the demand and destroy demand if there is no more references.
Definition at line 212 of file 3rd_party/timertt/all.hpp.
|
inlinestatic |
Increment reference counter for the demand.
Definition at line 204 of file 3rd_party/timertt/all.hpp.
| threading_traits<Thread_Safety>::reference_counter_type timertt::timer_object< Thread_Safety >::m_references |
Reference counter for the demand.
Definition at line 191 of file 3rd_party/timertt/all.hpp.