Holds information about a delegate and the fixed timer resolution. More...
Public Types | |
|
typedef boost::shared_ptr < TimerEventInfo > | SharedPtr |
Public Member Functions | |
| TimerEventInfo () | |
| Ctor. | |
| ~TimerEventInfo () | |
| Dtor. | |
Public Attributes | |
| uint64_bt | m_timerMultiple |
| std::string | m_serviceName |
| Name of the service. | |
| std::string | m_tag |
| Specific Tag to use. | |
| bool | m_recurring |
| Whether the timer repeats forever. | |
| int | m_numRepeats |
| If non-forever, number of repeats. | |
| uint64_bt | m_offset |
| Offset to use. | |
Holds information about a delegate and the fixed timer resolution.
| Tonido::Misc::TimerEventInfo::TimerEventInfo | ( | ) |
Ctor.
details if needed ...
| Tonido::Misc::TimerEventInfo::~TimerEventInfo | ( | ) |
Dtor.
details if needed ...