Foxit PDF SDK
CFX_SortListArray< unit > 模板类 参考

继承自 CFX_Object .

struct  DataList
 数据列表。 更多...
 

Public 成员函数

 CFX_SortListArray (IFX_Allocator *pAllocator=0)
 构造函数。 更多...
 
 ~CFX_SortListArray ()
 析构函数。
 
void Append (FX_INT32 nStart, FX_INT32 nCount)
 追加列表数据。 更多...
 
void Clear ()
 清空数据列表。 更多...
 
FX_LPBYTE GetAt (FX_INT32 nIndex)
 获取数据。 更多...
 

详细描述

template<size_t unit>
class CFX_SortListArray< unit >

表示排序列表数组模板的类。

构造及析构函数说明

◆ CFX_SortListArray()

template<size_t unit>
CFX_SortListArray< unit >::CFX_SortListArray ( IFX_Allocator pAllocator = 0)
inline

构造函数。

参数
[in]pAllocator分配器。默认值:NULL

成员函数说明

◆ Append()

template<size_t unit>
void CFX_SortListArray< unit >::Append ( FX_INT32  nStart,
FX_INT32  nCount 
)
inline

追加列表数据。

参数
[in]nStart数据的起始索引。
[in]nCount数据的计数。
返回
无。

◆ Clear()

template<size_t unit>
void CFX_SortListArray< unit >::Clear ( )
inline

清空数据列表。

返回
无。

◆ GetAt()

template<size_t unit>
FX_LPBYTE CFX_SortListArray< unit >::GetAt ( FX_INT32  nIndex)
inline

获取数据。

参数
[in]nIndex数据索引。
返回
数据。