Cthulhu  0.2.10
Cthulhu compiler collection
io_view_impl_t Struct Reference

a non-owning, readonly view of a buffer More...

#include <view.h>

Data Fields

const char * data
 pointer to data More...
 
size_t size
 size of data More...
 
size_t offset
 current offset in data More...
 

Detailed Description

a non-owning, readonly view of a buffer

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

Definition at line 14 of file view.h.

Field Documentation

◆ data

const char* io_view_impl_t::data

pointer to data

Definition at line 17 of file view.h.

◆ offset

size_t io_view_impl_t::offset

current offset in data

Definition at line 23 of file view.h.

◆ size

size_t io_view_impl_t::size

size of data

Definition at line 20 of file view.h.


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