pion-net  4.0.7
Public Member Functions | Public Attributes
pion::PionLockFreeQueue::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

data structure used to wrap each item in the queue


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