Cthulhu  0.2.10
Cthulhu compiler collection
io_buffer_impl_t Struct Reference

a read/write in memory file More...

#include <buffer.h>

Data Fields

char * data
 stored data More...
 
size_t used
 used data More...
 
size_t total
 total size of data More...
 
size_t offset
 current offset in data More...
 

Detailed Description

a read/write in memory file

Warning
this is an internal structure and should not be used directly

Definition at line 14 of file buffer.h.

Field Documentation

◆ data

char* io_buffer_impl_t::data

stored data

Definition at line 17 of file buffer.h.

◆ offset

size_t io_buffer_impl_t::offset

current offset in data

Definition at line 26 of file buffer.h.

◆ total

size_t io_buffer_impl_t::total

total size of data

Definition at line 23 of file buffer.h.

◆ used

size_t io_buffer_impl_t::used

used data

Definition at line 20 of file buffer.h.


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