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

StackLinkedList Struct Template Reference

Template class representing linked list on which Stack operates. More...

#include <stack.h>

List of all members.

Public Attributes

StackLinkedList< T_ > * prev_
 Pointer to previous item of the list.

T_ * data_
 Pointer to the data.


Detailed Description

template<class T_>
struct StackLinkedList< T_ >

Template class representing linked list on which Stack operates.

Definition at line 37 of file stack.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