LinkedList< T > Class Template Reference

#include <linkedlist.h>

List of all members.

Public Methods

 LinkedList ()
 ~LinkedList ()
int GetSize ()
void FreeStack ()
void Grow (unsigned int nAmount)
T & operator[] (unsigned int i)
void Append (T value)
void Remove (unsigned int i)

template<class T>
class LinkedList< T >


Constructor & Destructor Documentation

template<class T>
LinkedList< T >::LinkedList   [inline]
 

Definition at line 28 of file linkedlist.h.

template<class T>
LinkedList< T >::~LinkedList   [inline]
 

Definition at line 34 of file linkedlist.h.


Member Function Documentation

template<class T>
void LinkedList< T >::Append   value [inline]
 

Definition at line 93 of file linkedlist.h.

template<class T>
void LinkedList< T >::FreeStack   [inline]
 

Definition at line 47 of file linkedlist.h.

template<class T>
int LinkedList< T >::GetSize   [inline]
 

Definition at line 42 of file linkedlist.h.

template<class T>
void LinkedList< T >::Grow unsigned int    nAmount [inline]
 

Definition at line 61 of file linkedlist.h.

template<class T>
T& LinkedList< T >::operator[] unsigned int    i [inline]
 

Definition at line 76 of file linkedlist.h.

template<class T>
void LinkedList< T >::Remove unsigned int    i [inline]
 

Definition at line 106 of file linkedlist.h.


The documentation for this class was generated from the following file:
Generated on Sat Jan 11 23:36:58 2003 for Build-Lib by doxygen1.2.18