pion-net
4.0.9
|
data structure used to wrap each item in the queue More...
#include <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 | |
T | data |
data wrapped by the node item |
data structure used to wrap each item in the queue
Definition at line 57 of file PionLockFreeQueue.hpp.