vdk 2.4.0
|
provides a templatized array More...
#include <vdkarray.h>
provides a templatized array
typedef Array<someClass> SomeClassArray;
Constructor.
n | array length |
T& VDKArray< T >::At | ( | int | ndx | ) | [inline, private] |
/internal
Sorts array on place in n*log(n) time.
T& VDKArray< T >::operator[] | ( | int | ndx | ) | [inline] |
Access operator
typedef<int> IntArray;
IntArray integers(10);
integers[0] = 6;
int i = integers[0];
void VDKArray< T >::resize | ( | int | ns | ) |
Resize array
int VDKArray< T >::size | ( | ) | [inline] |
Returns array size