Cthulhu
0.2.10
Cthulhu compiler collection
|
io object implementation More...
#include <impl.h>
Data Fields | |
const io_callbacks_t * | cb |
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_t * | arena |
the arena this object was allocated from More... | |
const char * | name |
the name of this object More... | |
char | data [] |
user data region More... | |
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
severity [id]: main message => lang [path:line] | line | source code | ^~~~ underline message
note: note message
arena_t* io_t::arena |
const io_callbacks_t* io_t::cb |
os_access_t io_t::flags |