My Project
Public Member Functions | Protected Attributes | List of all members
CArrayList Class Reference

Public Member Functions

 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)
 

Protected Attributes

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: