|
void | equals (const dArray< T > &x) |
|
| dArray (const dArray< T > &x) |
|
void | setSize (int newsize) |
|
T * | data () const |
|
T & | operator[] (int i) const |
|
void | operator= (const dArray< T > &x) |
|
void | push (const T item) |
|
void | swap (dArray< T > &x) |
|
void | insert (int i, const T item) |
|
void | remove (int i) |
|
int | size () const |
|
int | allocatedSize () const |
|
void * | operator new (size_t size) |
|
void | operator delete (void *ptr, size_t size) |
|
void | constructor () |
|
void | constructLocalArray (int __anum) |
|
|
void | _freeAll (int sizeofT) |
|
void | _setSize (int newsize, int sizeofT) |
|
int | _size |
|
int | _anum |
|
void * | _data |
|
The documentation for this class was generated from the following file: