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