DynamicArray< T > Class Template Reference
This is a wrapper around vector which grows the array as necessary to satisfy [] operations.
More...
#include <DynamicArray.h>
List of all members.
|
Public Member Functions |
T & | operator[] (const unsigned int x) |
Detailed Description
template<class T>
class DynamicArray< T >
This is a wrapper around vector which grows the array as necessary to satisfy [] operations.
The documentation for this class was generated from the following file: