Structure for a readable byte buffer. More...
#include <kanzi/core/legacy/memory/kzc_byte_buffer.hpp>
Public Attributes | |
struct KzcByteBufferState_private | state_private |
State of this buffer. More... | |
const kzByte * | data_private |
Pointer for the data of the buffer. More... | |
Structure for a readable 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 KzcByteReadBuffer::state_private |
State of this buffer.
const kzByte* KzcByteReadBuffer::data_private |
Pointer for the data of the buffer.