CclBuf (4)

CclBuf(const CclBuf& buffer)

buffer
A reference to the CclBuf object that is to be copied.

This copy constructor creates a new CclBuf object, which is a copy of the given object. The data length, data area length and data area type of the new buffer are the same as the old buffer. The data area owner of the new buffer is internal.