Public Types | Public Member Functions | Public Attributes
Tonido::Misc::TimerEventInfo Class Reference

Holds information about a delegate and the fixed timer resolution. More...

List of all members.

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.

Detailed Description

Holds information about a delegate and the fixed timer resolution.


Constructor & Destructor Documentation

Tonido::Misc::TimerEventInfo::TimerEventInfo ( )

Ctor.

details if needed ...

Tonido::Misc::TimerEventInfo::~TimerEventInfo ( )

Dtor.

details if needed ...


Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.