Inherits CFX_Object.
Public Member Functions | |
void | Add (FX_INT32 nStart, FX_INT32 nCount) |
Add a list data. More... | |
void | Clear () |
Clear data. More... | |
T2 * | GetPtrAt (FX_INT32 nIndex) |
Get a point to data. More... | |
T2 & | operator[] (FX_INT32 nIndex) |
Subscript([]) operator overload. More... | |
The class represents the list array template.
|
inline |
Add a list data.
[in] | nStart | The start index of data |
[in] | nCount | The count of data |
|
inline |
Clear data.
|
inline |
Get a point to data.
[in] | nIndex | The data index. |
|
inline |
Subscript([]) operator overload.
[in] | nIndex | The data index. |