|
| CDuiValArray (int iElementSize, int iPreallocSize=0) |
|
void | Empty () |
|
bool | IsEmpty () const |
|
bool | Add (LPCVOID pData) |
|
bool | Remove (int iIndex, int iCount=1) |
|
int | GetSize () const |
|
LPVOID | GetData () |
|
LPVOID | GetAt (int iIndex) const |
|
LPVOID | operator[] (int nIndex) const |
|