|
| CDuiStringPtrMap (int nSize=83) |
|
void | Resize (int nSize=83) |
|
LPVOID | Find (LPCTSTR key, bool optimize=true) const |
|
bool | Insert (LPCTSTR key, LPVOID pData) |
|
LPVOID | Set (LPCTSTR key, LPVOID pData) |
|
bool | Remove (LPCTSTR key) |
|
void | RemoveAll () |
|
int | GetSize () const |
|
LPCTSTR | GetAt (int iIndex) const |
|
LPCTSTR | operator[] (int nIndex) const |
|