Function CSPBuffer::operator =()

Description:
Copies the content of a buffer to this one.

Prototype:
CSPBuffer& operator =(const CSPBuffer& Buffer);

Arguments:
  • const CSPBuffer& Buffer [IN]
    The buffer to be copied.



Return value:
Returns a reference to this object.

Remarks:
Any data contained in this object will be discarded and the buffer will be resized appropriately to fit the copied data.

See also:
member function Copy()
CSPBuffer | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd