Cthulhu  0.2.10
Cthulhu compiler collection

io object implementation More...

#include <impl.h>

Collaboration diagram for io_t:

Data Fields

const io_callbacks_tcb
 callback struct More...
 
os_error_t error
 the last error set on this object More...
 
os_access_t flags
 the access flags for this object More...
 
arena_tarena
 the arena this object was allocated from More...
 
const char * name
 the name of this object More...
 
char data []
 user data region More...
 

Detailed Description

io object implementation

an io object

message without source

severity [id]: main message note: note message the = in the => arrow is aligned with the | pipe the : in the note: is aligned with the | pipe all line numbers are right aligned all reports from the same file are grouped together

  • are sorted by line number
  • pipes in the same file are all aligned together rich message format

severity [id]: main message => lang [path:line] | line | source code | ^~~~ underline message

note: note message

Definition at line 121 of file impl.h.

Field Documentation

◆ arena

arena_t* io_t::arena

the arena this object was allocated from

Definition at line 133 of file impl.h.

◆ cb

const io_callbacks_t* io_t::cb

callback struct

Definition at line 124 of file impl.h.

◆ data

char io_t::data[]

user data region

Definition at line 139 of file impl.h.

◆ error

os_error_t io_t::error

the last error set on this object

Definition at line 127 of file impl.h.

◆ flags

os_access_t io_t::flags

the access flags for this object

Definition at line 130 of file impl.h.

◆ name

const char* io_t::name

the name of this object

Definition at line 136 of file impl.h.


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