|
duilib自学教程
|
Public 成员函数 | |
| CDuiPtrArray (int iPreallocSize=0) | |
| CDuiPtrArray (const CDuiPtrArray &src) | |
| void | Empty () |
| void | Resize (int iSize) |
| bool | IsEmpty () const |
| int | Find (LPVOID iIndex) const |
| bool | Add (LPVOID pData) |
| bool | SetAt (int iIndex, LPVOID pData) |
| bool | InsertAt (int iIndex, LPVOID pData) |
| bool | Remove (int iIndex, int iCount=1) |
| int | GetSize () const |
| LPVOID * | GetData () |
| LPVOID | GetAt (int iIndex) const |
| LPVOID | operator[] (int nIndex) const |
Protected 属性 | |
| LPVOID * | m_ppVoid |
| int | m_nCount |
| int | m_nAllocated |
1.8.18