operator+= (2)

CclBuf& operator+=(const char* text)

text
The string to be appended to the CclBuf object.

Appends a string to the data in the data area.