CMSDK
2.0.1
|
Public Member Functions | |
T | waitForAndTakeFirst (uint32 timeoutMS) |
virtual bool | clear () |
![]() | |
bool | add (T entry) |
uint32 | getCount () |
bool | peekFirst (T &first) |
bool | takeFirst (T &first) |
bool | waitForAndPeekFirst (T &first, uint32 timeoutMS) |
bool | waitForAndTakeFirst (T &first, uint32 timeoutMS) |
Additional Inherited Members | |
![]() | |
Mutex | mutex |
Semaphore | semaphore |
std::queue< T > | internalQueue |