|
gwion-util
utilities for the Gwion project
|
#include <prettyerr.h>
Data Fields | |
| const char * | source |
| FILE * | stream |
| const char ** | box_lookup |
| libprettyerr_runner_t | runner |
| bool | color |
| bool | utf8 |
| bool | rounded |
Definition at line 90 of file prettyerr.h.
| const char** libprettyerr_printer::box_lookup |
Definition at line 93 of file prettyerr.h.
| bool libprettyerr_printer::color |
Definition at line 95 of file prettyerr.h.
| bool libprettyerr_printer::rounded |
Definition at line 97 of file prettyerr.h.
| libprettyerr_runner_t libprettyerr_printer::runner |
Definition at line 94 of file prettyerr.h.
| const char* libprettyerr_printer::source |
Definition at line 91 of file prettyerr.h.
| FILE* libprettyerr_printer::stream |
Definition at line 92 of file prettyerr.h.
| bool libprettyerr_printer::utf8 |
Definition at line 96 of file prettyerr.h.