Function CSPBuffer::operator +=()
Description:
Appends the content of a buffer at the end of the content of this object.
 |
Prototype:
CSPBuffer& operator +=(const CSPBuffer& Buffer);
Arguments:
- const CSPBuffer& Buffer [IN]
The buffer whose content will be added.
Return value:
Returns a reference to this object.
Remarks:
The buffer will appropriately grow to fit the added data.
See also:
member function Add()
|
|