Function CSPVarArray::Attach()
Description:
Attaches variants from another array to this array.
 |
Prototype:
void Attach(const CSPVarArray& VarArray);
Arguments:
- const CSPVarArray& VarArray [IN]
The variant array to be attached.
Return value:
No return value (void).
Remarks:
Any variants contained by this object are discarded. Also, this object takes ownership of the memory in VarArray, emptying the latter. This is the fastest way to copy variants between two CSPVarArray objects.
See also:
member functions Copy(), Add()
|
|