gwion-util
utilities for the Gwion project
|
#include <prettyerr.h>
Data Fields | |
enum libprettyerr_errtype | type |
struct libprettyerr_str | primary |
struct libprettyerr_pos | error_position |
const char * | main |
const char * | explain |
short | error_code |
const char * | filename |
Definition at line 62 of file prettyerr.h.
short libprettyerr_error::error_code |
Definition at line 70 of file prettyerr.h.
struct libprettyerr_pos libprettyerr_error::error_position |
Definition at line 66 of file prettyerr.h.
const char* libprettyerr_error::explain |
Definition at line 69 of file prettyerr.h.
const char* libprettyerr_error::filename |
Definition at line 72 of file prettyerr.h.
const char* libprettyerr_error::main |
Definition at line 68 of file prettyerr.h.
struct libprettyerr_str libprettyerr_error::primary |
Definition at line 65 of file prettyerr.h.
enum libprettyerr_errtype libprettyerr_error::type |
Definition at line 63 of file prettyerr.h.