CList::CList

Use this constructor to construct an empty ordered list. As the list grows, memory is allocated in units of nBlockSize entries.

Syntax

CList( int nBlockSize = 10 );

At A Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CList Overview, CList Member Functions, List Classes, CObList::GetTail, CObList::RemoveTail