VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
DtLockfreeQueueImpl Class Reference
+ 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

Constructor & Destructor Documentation

DtLockfreeQueueImpl::DtLockfreeQueueImpl ( unsigned int  size)
virtual DtLockfreeQueueImpl::~DtLockfreeQueueImpl ( )
virtual

Member Function Documentation

bool DtLockfreeQueueImpl::_empty ( )
size_t DtLockfreeQueueImpl::_pop ( void *&  ret)
bool DtLockfreeQueueImpl::_push ( void *const &  t)

Member Data Documentation

void* DtLockfreeQueueImpl::myQueue
private

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

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)