Function CSPArray<T>::Copy()

Description:
Copies data to the array.

Prototype:
void Copy(const T* pData, unsigned long ulSize);

Arguments:
  • const T* pData [IN]
    The pointer to the data to be copied.

  • unsigned long ulSize [IN]
    The size of the data, in units of type T, to be copied.



Return value:
No return value (void).

Remarks:
Use this function with caution, since an improper pointer or improper size may be fatal.
Any data contained in this object will be discarded and the array will be resized appropriately to fit the copied data.

See also:
member functions Copy(), operator = ()
CSPArray<T> | Template classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd