Structure for a writable byte buffer. More...
#include <kanzi/core/legacy/memory/kzc_byte_buffer.hpp>
Public Attributes | |
struct KzcByteBufferState_private | state_private |
State of this buffer. More... | |
kzByte * | data_private |
Pointer for the data of the buffer. More... | |
Structure for a writable byte buffer.
This struct is exposed in the API to allow creating them in the stack. The members of the struct should never be accessed directly. Proper functions should be used instead.
struct KzcByteBufferState_private KzcByteWriteBuffer::state_private |
State of this buffer.
kzByte* KzcByteWriteBuffer::data_private |
Pointer for the data of the buffer.