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

State of both read and write byte buffers. More...

#include <core/memory/kzc_byte_buffer.h>

Public Attributes

kzSizeT size_private
 Size of the buffer. More...
 
kzSizeT offset_private
 Current offset in the buffer. More...
 

Detailed Description

State of both read and write byte buffers.

Member Data Documentation

kzSizeT KzcByteBufferState_private::size_private

Size of the buffer.

This is constant during the lifetime of a buffer.

kzSizeT KzcByteBufferState_private::offset_private

Current offset in the buffer.

This changes while the buffer is used.


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