#include <GXSizeableArray.h>
Public Methods | |
CGXSizeableArray () | |
operator type * () | |
void | Cleanup () |
UINT | GetElementCount () |
type | GetElementAt (UINT uIndex) |
bool | Grow (UINT uMaxElementCount) |
bool | InsertElement (UINT uIndex, type &Element) |
bool | SetGrowAmt (UINT uAmt) |
void | SetInitCallback (void(*pCallback)(type *)) |
bool | SetElementAt (type *pIn, UINT uIndex) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|