Function CSPVarArray::CSPVarArray()

Description:
Creates a variant array with an initial size.

Prototype:
CSPVarArray();

Arguments:
No arguments (void).

Return value:
No value is returned.

Examples:
CSPVarArray Array1( 100 );
CSPVarArray Array2;
Array2.SetSize( 100 );

// Both arrays have the same size

See also:
member functions GetSize(), SetSize(), Resize(), Grow(), Shrink(), Empty()
CSPVarArray | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd