

Go to the source code of this file.
Defines | |
| #define | __PRETTY_FUNCTION__ "<unknow function>" |
| #define | gdt_warning(s) __handle_warning(__FILE__,__LINE__,__PRETTY_FUNCTION__,s) |
| #define | gdt_error(s) __handle_error(__FILE__,__LINE__,__PRETTY_FUNCTION__,s) |
Functions | |
| void | __handle_error (const char *file, const int line, const char *function, const char *error) |
| void | __handle_warning (const char *file, const int line, const char *function, const char *warning) |
Definition in file gdt_error.h.
| #define __PRETTY_FUNCTION__ "<unknow function>" |
Definition at line 8 of file gdt_error.h.
| #define gdt_error | ( | s | ) | __handle_error(__FILE__,__LINE__,__PRETTY_FUNCTION__,s) |
Definition at line 14 of file gdt_error.h.
Referenced by gdt::PQ_tree< T >::bubble(), rel_coord_orth::new_edge(), and gdt::PQ_tree< T >::reduce().
| #define gdt_warning | ( | s | ) | __handle_warning(__FILE__,__LINE__,__PRETTY_FUNCTION__,s) |
Definition at line 11 of file gdt_error.h.
| void __handle_error | ( | const char * | file, | |
| const int | line, | |||
| const char * | function, | |||
| const char * | error | |||
| ) |
| void __handle_warning | ( | const char * | file, | |
| const int | line, | |||
| const char * | function, | |||
| const char * | warning | |||
| ) |
1.5.3