All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzcByteWriteBuffer Struct Reference

Structure for a writable byte buffer. More...

#include <core/memory/kzc_byte_buffer.h>

Public Attributes

struct KzcByteBufferState_private state_private
 State of this buffer. More...
 
kzBytedata_private
 Pointer for the data of the buffer. More...
 

Detailed Description

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.

Member Data Documentation

struct KzcByteBufferState_private KzcByteWriteBuffer::state_private

State of this buffer.

kzByte* KzcByteWriteBuffer::data_private

Pointer for the data of the buffer.


The documentation for this struct was generated from the following file: