Function CSPVariant::CSPVariant()
Description:
The CSPVariant constructor assigns the type and the contained value.
 |
Prototype:
CSPVariant(CSPVariant& varVariant);
Arguments:
- CSPVariant& varVariant [IN]
The value to assign to the new object.
Return value:
No value is returned.
Remarks:
For more information about the datatypes supported, see the remarks section of class CSPVariant.
|
|