CList::CList

CList( int nBlockSize = 10 );

Parameters

nBlockSize

The memory-allocation granularity for extending the list.

Remarks

Constructs an empty ordered list. As the list grows, memory is allocated in units of nBlockSize entries.

CList OverviewClass MembersHierarchy Chart