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()
|
|