|
| CArrayList (ArrayListType Type, UINT BytesPerEntry=0) |
|
HRESULT | Add (void *pEntry) |
|
void | Remove (UINT Entry) |
|
void * | GetPtr (UINT Entry) |
|
UINT | Count (void) |
|
bool | Contains (void *pEntryData) |
|
void | Clear (void) |
|
|
ArrayListType | m_ArrayListType |
|
void * | m_pData |
|
UINT | m_BytesPerEntry |
|
UINT | m_NumEntries |
|
UINT | m_NumEntriesAllocated |
|
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/common/dxutil.h
- Client/trunk/ParaEngineClient/common/dxutil.cpp