![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtLockfreeQueueImpl:
Collaboration diagram for DtLockfreeQueueImpl:Public Member Functions | |
| DtLockfreeQueueImpl (unsigned int size) | |
| virtual | ~DtLockfreeQueueImpl () |
| bool | _push (void *const &t) |
| size_t | _pop (void *&ret) |
| bool | _empty () |
Private Attributes | |
| void * | myQueue |
| DtLockfreeQueueImpl::DtLockfreeQueueImpl | ( | unsigned int | size | ) |
|
virtual |
| bool DtLockfreeQueueImpl::_empty | ( | ) |
| size_t DtLockfreeQueueImpl::_pop | ( | void *& | ret | ) |
| bool DtLockfreeQueueImpl::_push | ( | void *const & | t | ) |
|
private |