pion-net  4.0.9
Public Attributes
pion::PionLockedQueue< T, MaxSize, SleepMilliSec >::QueueNode Struct Reference

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

#include <PionLockedQueue.hpp>

List of all members.

Public Attributes

data
QueueNodenext
boost::uint32_t version

Detailed Description

template<typename T, boost::uint32_t MaxSize = 250000, boost::uint32_t SleepMilliSec = 10>
struct pion::PionLockedQueue< T, MaxSize, SleepMilliSec >::QueueNode

data structure used to wrap each item in the queue

Definition at line 49 of file PionLockedQueue.hpp.


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