Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

ListLinkedList Struct Template Reference

Template class representing doubly-linked list on which List operates. More...

#include <list.h>

List of all members.

Public Attributes

ListLinkedList< T_ > * prev_
 Pointer to the previous item.

ListLinkedList< T_ > * next_
 Pointer to the previous item.

T_ * data_
 Pointer to the data.


Detailed Description

template<class T_>
struct ListLinkedList< T_ >

Template class representing doubly-linked list on which List operates.

Definition at line 37 of file list.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 5 10:43:06 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002