Go to the source code of this file.
Defines | |
#define | octave_liboctave_error_h 1 |
Typedefs | |
typedef void(* | liboctave_error_handler )(const char *,...) |
typedef void(* | liboctave_warning_handler )(const char *,...) |
typedef void(* | liboctave_warning_with_id_handler )(const char *, const char *,...) |
Functions | |
void | liboctave_fatal (const char *fmt,...) GCC_ATTR_NORETURN |
void | liboctave_warning (const char *fmt,...) |
void | liboctave_warning_with_id (const char *id, const char *fmt,...) |
CRUFT_API void | set_liboctave_error_handler (liboctave_error_handler f) |
CRUFT_API void | set_liboctave_warning_handler (liboctave_warning_handler f) |
CRUFT_API void | set_liboctave_warning_with_id_handler (liboctave_warning_with_id_handler f) |
Variables | |
CRUFT_API liboctave_error_handler | current_liboctave_error_handler |
CRUFT_API liboctave_warning_handler | current_liboctave_warning_handler |
CRUFT_API liboctave_warning_with_id_handler | current_liboctave_warning_with_id_handler |
#define octave_liboctave_error_h 1 |
typedef void(* liboctave_error_handler)(const char *,...) |
typedef void(* liboctave_warning_handler)(const char *,...) |
typedef void(* liboctave_warning_with_id_handler)(const char *, const char *,...) |
void liboctave_fatal | ( | const char * | fmt, | |
... | ||||
) |
void liboctave_warning | ( | const char * | fmt, | |
... | ||||
) |
CRUFT_API void set_liboctave_error_handler | ( | liboctave_error_handler | f | ) |
CRUFT_API void set_liboctave_warning_handler | ( | liboctave_warning_handler | f | ) |
CRUFT_API void set_liboctave_warning_with_id_handler | ( | liboctave_warning_with_id_handler | f | ) |