Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The constructor.
CAtlList(
UINT nBlockSize = 10
) throw( );
Parameters
- nBlockSize
The block size.
Remarks
The constructor for the CAtlList object. The block size is a measure of the amount of memory allocated when a new element is required. Larger block sizes reduce calls to memory allocation routines, but use more resources.
Example
// Define two lists
CAtlList<int> myList1;
CAtlList<double> myList2;
Requirements
Header: atlcoll.h