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

QueueLinkedList Struct Template Reference

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

#include <queue.h>

List of all members.

Public Attributes

QueueLinkedList< T_ > * next_
 Pointer to next item of the list.

T_ * data_
 Pointer to the data.


Detailed Description

template<class T_>
struct QueueLinkedList< T_ >

Template class representing linked list on which Queue operates.

Definition at line 36 of file queue.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