|
bool | persist (BasePersistenceManager *persistMgr) |
|
int32 | getSize () const |
|
int32 | getUpperBound () const |
|
void | setSize (int32 nNewSize, int32 nGrowBy=-1) |
|
void | freeExtra () |
|
void | removeAll () |
|
char * | getAt (int32 nIndex) const |
|
void | setAt (int32 nIndex, char * newElement) |
|
char * & | elementAt (int32 nIndex) |
|
const char * * | getData () const |
|
char * * | getData () |
|
void | setAtGrow (int32 nIndex, char * newElement) |
|
int32 | add (char * newElement) |
|
int32 | append (const BaseArrayBase &src) |
|
void | copy (const BaseArrayBase &src) |
|
char * | operator[] (int32 nIndex) const |
|
char * & | operator[] (int32 nIndex) |
|
void | insertAt (int32 nIndex, char * newElement, int32 nCount=1) |
|
void | insertAt (int32 nStartIndex, BaseArrayBase *pNewArray) |
|
void | removeAt (int32 nIndex, int32 nCount=1) |
|
|
char * * | _pData |
|
int32 | _nSize |
|
int32 | _nMaxSize |
|
int32 | _nGrowBy |
|
The documentation for this class was generated from the following file: