|
Foxit PDF SDK
|
Inherits CFX_Object.
Classes | |
| struct | DataList |
| The data list. More... | |
Public Member Functions | |
| CFX_SortListArray (IFX_Allocator *pAllocator=0) | |
| The constructor. More... | |
| ~CFX_SortListArray () | |
| The destructor. | |
| void | Append (FX_INT32 nStart, FX_INT32 nCount) |
| Append a list data. More... | |
| void | Clear () |
| Clear the data list. More... | |
| FX_LPBYTE | GetAt (FX_INT32 nIndex) |
| Get the data. More... | |
The class represents sorted list array template.
|
inline |
The constructor.
| [in] | pAllocator | An allocator. Default value: NULL. |
|
inline |
Append a list data.
| [in] | nStart | The start index of data |
| [in] | nCount | The count of data |
|
inline |
Clear the data list.
|
inline |
Get the data.
| [in] | nIndex | The data index. |