pion-net  4.0.9
Public Member Functions | Public Attributes
pion::PionLockFreeQueue< T >::QueueNode Struct Reference

data structure used to wrap each item in the queue More...

#include <PionLockFreeQueue.hpp>

List of all members.

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

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.


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