CList::CList

CList( int nBlockSize = 10 );

参数:
nBlockSize扩展列表的内存分配单位尺寸。

说明:
构造一个空的有序列表。增大列表时,内存以nBlockSize为单位分配。