LListNode< T > Class Template Reference

A linked list node. More...

#include <llist.h>

List of all members.

Public Member Functions

 LListNode ()
 The default constructor.

Public Attributes

LListNodem_next
 The following node in the list.
LListNodem_previous
 The preceding node in the list.
m_data
 The data contained in this node.


Detailed Description

template<class T>
class CrissCross::Data::LListNode< T >

A linked list node.

Generated on Sun Feb 8 11:10:00 2009 for CrissCross by  doxygen 1.5.8