pion::PionLockFreeQueue< T >::QueueNode Struct Reference

#include <PionLockFreeQueue.hpp>

List of all members.


Detailed Description

template<typename T>
struct pion::PionLockFreeQueue< T >::QueueNode

data structure used to wrap each item in the queue

Definition at line 57 of file PionLockFreeQueue.hpp.

Public Member Functions

 QueueNode (void)
 default constructor
 QueueNode (const T &d)
 constructs QueueNode with a data value

Public Attributes

boost::lockfree::tagged_ptr<
QueueNode
next
 points to the next node in the queue
data
 data wrapped by the node item


The documentation for this struct was generated from the following file:
Generated on Fri Apr 30 14:48:54 2010 for pion-net by  doxygen 1.4.7