Structure for a readable byte buffer in backwards direction. 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 in backwards direction.
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 KzcByteReadBackwardsBuffer::state_private |
State of this buffer.
const kzByte* KzcByteReadBackwardsBuffer::data_private |
Pointer for the data of the buffer.