#include <TimerEventGroupContainer.h>
List of all members.
Detailed Description
This class is used for grouping timer events that have to be fired at the same time.
Constructor & Destructor Documentation
| TTimerEventGroupContainer::TTimerEventGroupContainer |
( |
Int |
iEventFireTimestamp ) |
|
Constructor.
- Parameters:
-
| IN] | iEventFireTimestamp: Event fire timestamp |
Member Function Documentation
| void TTimerEventGroupContainer::addEvent |
( |
TTimerEvent & |
rEvent ) |
|
Adds a event to the group container list.
- Parameters:
-
| INOUT] | rEvent: Event to add |
| virtual void MQUALIFIER zeus::TTimerEventGroupContainer::addRef |
( |
) |
const [virtual] |
| virtual Retval MQUALIFIER zeus::TTimerEventGroupContainer::askForInterface |
( |
const InterfaceID & |
rInterfaceID, |
|
|
IZUnknown *& |
rpIface |
|
) |
| [virtual] |
| Int TTimerEventGroupContainer::getEventFireTimestamp |
( |
) |
|
Returns the event fire timestamp.
- Returns:
- Timestamp: event fire timestamp
Returns a ierator which points to the start of event group list.
| virtual void MQUALIFIER zeus::TTimerEventGroupContainer::release |
( |
) |
const [virtual] |
| void TTimerEventGroupContainer::removeEvent |
( |
TTimerEvent & |
rEvent ) |
|
Removes a timer event from the group.
- Parameters:
-
| INOUT] | rEvent: Event to remove |
The documentation for this class was generated from the following files: