An entry in a TimerContainer
An entry in a TimerContainer.
A TimerEntry holds some type of event and the time the event is supposed to take place. The TimerContainer is an ordered list (by time) of TimerEntries.
TimerEntry(const TimerEntry &)
virtual ~TimerEntry()
TimerEntry& operator=(const TimerEntry &)
milliseconds_t getTimeout()
TimerEntryId getId()
Sptr < Msg > getMessage()
bool hasExpired()
bool operator==(const TimerEntry &)
bool operator!=(const TimerEntry &)
bool operator< (const TimerEntry &)
bool operator<=(const TimerEntry &)
bool operator> (const TimerEntry &)
bool operator>=(const TimerEntry &)
virtual ostream& writeTo(ostream &)
generated by doc++