|
| MLVec (int mysize) |
|
| MLVec (T *startptr, T *endptr, bool okToChangePtr=false, free_s freeType=neither) |
|
int | size () const |
|
T * | getptr () |
|
void | wrap (T *startptr, T *endptr, bool okToChangePtr=false, free_s freeType=neither) |
|
void | relinquishData () |
|
void | resize (int newSize) |
|
bool | empty () const |
|
T & | operator[] (int index) |
|
const T & | operator[] (int index) const |
|
The documentation for this class was generated from the following file: