Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

DynArray< T > Class Template Reference

A templated growing array class similar to the STL vector class. More...

#include <utilities/DynArray.h>

List of all members.

Public Member Functions

 DynArray (int _size)
 DynArray (const DynArray< T > &copy)
bool append (T item)
bool unappend ()
bool truncate ()
void clear ()
T * getData ()
int length () const
bool empty () const
T & operator[] (int i)
const T & operator[] (int i) const
DynArray< T > & operator= (const DynArray< T > &copy)


Detailed Description

template<class T>
class DynArray< T >

A templated growing array class similar to the STL vector class.


The documentation for this class was generated from the following file:
Generated on Wed Jul 20 16:15:22 2005 for galileo by  doxygen 1.4.3