XnThreadSafeQueue Class Reference

#include <XnThreadSafeQueue.h>

Inheritance diagram for XnThreadSafeQueue:
[legend]

List of all members.

Public Member Functions

 XnThreadSafeQueue ()
 ~XnThreadSafeQueue ()
XnStatus Init ()
XnStatus Push (XnValue const &value)
XnStatus Pop (XnValue &value)
XnUInt32 Size () const

Detailed Description

A thread safe queue.


Constructor & Destructor Documentation

XnThreadSafeQueue::XnThreadSafeQueue (  )  [inline]
XnThreadSafeQueue::~XnThreadSafeQueue (  )  [inline]

Member Function Documentation

XnStatus XnThreadSafeQueue::Init (  )  [inline, virtual]

Initialized the queue. This method should be called before calling any other method.

Reimplemented from XnQueue.

XnStatus XnThreadSafeQueue::Pop ( XnValue value  )  [inline, virtual]

Pop the value at the top of the queue

Parameters:
value [out] The value that was at the top of the queue
Returns:
XN_STATUS_IS_EMPTY The queue is empty

Reimplemented from XnQueue.

XnStatus XnThreadSafeQueue::Push ( XnValue const &  value  )  [inline, virtual]

Push a new value to the queue

Parameters:
value [in] The value to add to the queue
Returns:
XN_STATUS_ALLOC_FAILED Failed to add to the queue because no nodes are available.

Reimplemented from XnQueue.

XnUInt32 XnThreadSafeQueue::Size (  )  const [inline, virtual]

Get current size of queue

Reimplemented from XnQueue.


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

Generated on 11 Feb 2011 for OpenNI 1.0.0 by  doxygen 1.6.1