amino::LockFreeStack< T >::StackNode Class Reference

The node type, which stores the data and a next pointer in it. More...

#include <stack.h>

List of all members.

Public Member Functions

 StackNode ()
 Constructor. construct a node.
 StackNode (const T &val)
 Constructor. construct a node.

Public Attributes

data
StackNodenext


Detailed Description

template<typename T>
class amino::LockFreeStack< T >::StackNode

The node type, which stores the data and a next pointer in it.

Constructor & Destructor Documentation

template<typename T>
amino::LockFreeStack< T >::StackNode::StackNode (  )  [inline]

Constructor. construct a node.

template<typename T>
amino::LockFreeStack< T >::StackNode::StackNode ( const T &  val  )  [inline]

Constructor. construct a node.

Parameters:
val A specified element


Member Data Documentation

template<typename T>
T amino::LockFreeStack< T >::StackNode::data

template<typename T>
StackNode* amino::LockFreeStack< T >::StackNode::next


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

Generated on Tue Dec 9 13:39:39 2008 for Amino by  doxygen 1.5.6