BList< T >::Node Class Reference

#include <BList.h>

List of all members.

Public Member Functions

 Node (const T &i)

Public Attributes

Nodenext
Nodeprev
item

template<class T>
class BList< T >::Node


Constructor & Destructor Documentation

template<class T>
BList< T >::Node::Node ( const T &  i  )  [inline]


Member Data Documentation

template<class T>
Node* BList< T >::Node::next

template<class T>
Node* BList< T >::Node::prev

template<class T>
T BList< T >::Node::item


The documentation for this class was generated from the following file:
Generated on Tue Nov 27 09:20:20 2007 for LibBeamApi by  doxygen 1.5.1