![]() |
VR-Link API Documentation for HLA 1.3
|
Inheritance diagram for DtLockfreeMpmcQueue< T >:
Collaboration diagram for DtLockfreeMpmcQueue< T >:Public Member Functions | |
| DtLockfreeMpmcQueue (unsigned int size) | |
| ~DtLockfreeMpmcQueue () | |
| bool | push (T const &t) |
| size_t | pop (T &ret) |
| bool | empty (void) |
Public Member Functions inherited from DtLockfreeMpmcQueueImpl | |
| DtLockfreeMpmcQueueImpl (unsigned int size) | |
| virtual | ~DtLockfreeMpmcQueueImpl () |
| bool | _push (void *const &t) |
| size_t | _pop (void *&ret) |
| bool | _empty () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |