#include <Array.h>
Public Member Functions | |
ArrayHelper (const TypeManipulatorT &, int n=0) | |
ArrayHelper (const TypeManipulatorT &, int n, const void *ival, bool repeat) | |
ArrayHelper (const ArrayHelper &) | |
ArrayHelper (const ArrayHelper &, int offset, int length) | |
ArrayHelper (ArrayHelper &, int offset, int length) | |
~ArrayHelper () | |
ArrayHelper & | operator= (const ArrayHelper &) |
void | reverse () |
int | capacity () const |
int | size () const |
const void * | operator[] (int i) const |
void * | operator[] (int i) |
void | push_back (const void *) |
void | pop_back () |
void | clear () |
void | resize (int n, const void *x=0) |
void | reserve (int n) |
ArrayHelper | ( | const TypeManipulatorT & | , | |
int | n = 0 | |||
) | [explicit] |
ArrayHelper | ( | const TypeManipulatorT & | , | |
int | n, | |||
const void * | ival, | |||
bool | repeat | |||
) |
ArrayHelper | ( | const ArrayHelper & | ) |
ArrayHelper | ( | const ArrayHelper & | , | |
int | offset, | |||
int | length | |||
) |
ArrayHelper | ( | ArrayHelper & | , | |
int | offset, | |||
int | length | |||
) |
~ArrayHelper | ( | ) |
ArrayHelper& operator= | ( | const ArrayHelper & | ) |
void reverse | ( | ) |
Referenced by ArrayBase< SimTK::Concretize< T > >::reverse().
int capacity | ( | ) | const |
Referenced by ArrayBase< SimTK::Concretize< T > >::capacity().
int size | ( | ) | const |
Referenced by ArrayBase< SimTK::Concretize< T > >::size().
const void* operator[] | ( | int | i | ) | const |
void* operator[] | ( | int | i | ) |
void push_back | ( | const void * | ) |
Referenced by ArrayBase< SimTK::Concretize< T > >::push_back().
void pop_back | ( | ) |
Referenced by ArrayBase< SimTK::Concretize< T > >::pop_back().
void clear | ( | ) |
Referenced by ArrayBase< SimTK::Concretize< T > >::clear().
void resize | ( | int | n, | |
const void * | x = 0 | |||
) |
Referenced by ArrayBase< SimTK::Concretize< T > >::resize().
void reserve | ( | int | n | ) |
Referenced by ArrayBase< SimTK::Concretize< T > >::reserve().