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

PtrArray Class Reference

#include <PtrArray.h>

Inheritance diagram for PtrArray:

VoidPtrArray

Collaboration diagram for PtrArray:

List of all members.

Public Members

T*& operator[] (Int i)
T* operator[] (Int i) const
T*& Item (Int i)
T* Item (Int i) const
T*& Last ()
Void Append (T* t)
Void FreeAll ()


Detailed Description

template<class T> class PtrArray

Definition at line 18 of file PtrArray.h.


Member Function Documentation

template<class T>
Void PtrArray<T>::Append (T * t) [inline]

Definition at line 33 of file PtrArray.h.

template<class T>
Void PtrArray<T>::FreeAll () [inline]

Definition at line 39 of file PtrArray.h.

template<class T>
T * PtrArray<T>::Item (Int i) const [inline]

Definition at line 28 of file PtrArray.h.

template<class T>
T *& PtrArray<T>::Item (Int i) [inline]

Definition at line 26 of file PtrArray.h.

template<class T>
T *& PtrArray<T>::Last () [inline]

Definition at line 30 of file PtrArray.h.

template<class T>
T * PtrArray<T>::operator[] (Int i) const [inline]

Definition at line 23 of file PtrArray.h.

template<class T>
T *& PtrArray<T>::operator[] (Int i) [inline]

Definition at line 21 of file PtrArray.h.


The documentation for this class was generated from the following file:
Generated at Sat Aug 5 00:16:34 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000