Structure for a writable 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... | |
kzByte * | data_private |
Pointer for the data of the buffer. More... | |
Structure for a writable 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 KzcByteWriteBackwardsBuffer::state_private |
State of this buffer.
kzByte* KzcByteWriteBackwardsBuffer::data_private |
Pointer for the data of the buffer.