Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CList< T >::node Struct Reference

Collaboration diagram for CList< T >::node:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 node (T _data, node *_next=NULL)
 node ()

Public Attributes

data
nodenext

template<class T>
struct CList< T >::node


Constructor & Destructor Documentation

template<class T>
CList< T >::node::node _data,
node _next = NULL
[inline]
 

Definition at line 15 of file my_list.h.

template<class T>
CList< T >::node::node  )  [inline]
 

Definition at line 16 of file my_list.h.


Member Data Documentation

template<class T>
T CList< T >::node::data
 

Definition at line 13 of file my_list.h.

Referenced by CList< Bkmk >::first(), CList< Bkmk >::last(), CList< T >::iterator::operator *(), CList< T >::iterator::operator->(), CList< T >::iterator::pContent(), and CList< Bkmk >::pop().

template<class T>
node* CList< T >::node::next
 

Definition at line 14 of file my_list.h.

Referenced by CList< Bkmk >::erase(), CList< T >::iterator::operator++(), CList< Bkmk >::pop(), CList< Bkmk >::push_back(), and CList< Bkmk >::~CList().


The documentation for this struct was generated from the following file:
Generated on Sat Nov 5 17:29:05 2005 for OPIE by  doxygen 1.4.2