CMSDK  2.0.1
Public Member Functions | Protected Attributes | List of all members
cmlabs::utils::TimeQueue< T > Class Template Reference
Inheritance diagram for cmlabs::utils::TimeQueue< T >:
cmlabs::utils::TimeQueuePointer< T >

Public Member Functions

bool add (uint64 time, T entry)
 
uint32 getCount ()
 
bool getNextEntryDue (T &entry)
 
virtual bool clear ()
 

Protected Attributes

Mutex mutex
 
std::list< TimeQueueEntry< T > > internalList
 

The documentation for this class was generated from the following file: