CclBuf (3)
CclBuf(const char* text, DataAreaType type = extensible)
- text
- A string to be copied into the new CclBuf object.
- type
- An enumeration indicating whether the data area can be extended. Possible values are extensible or fixed. The default is extensible.
Creates a CclBuf object, allocating its own data area with the same length as the text string and copies the string into its data area.