![]() |
Nilorea Library
C utilities for networking, threading, graphics
|
Include dependency graph for ex_exceptions.c:Go to the source code of this file.
Functions | |
| int | all_exception (int boolean) |
| int | array_exception (int boolean) |
| int | divzero_exception (int boolean) |
| int | main (void) |
| int | overflow_exception (int boolean) |
| int | parsing_exception (int boolean) |
| int all_exception | ( | int | boolean | ) |
Definition at line 70 of file ex_exceptions.c.
References LOG_NOTICE, n_log, PARSING_EXCEPTION, and Throw.
Referenced by main().
Here is the caller graph for this function:| int array_exception | ( | int | boolean | ) |
Definition at line 30 of file ex_exceptions.c.
References ARRAY_EXCEPTION, LOG_NOTICE, n_log, and Throw.
Referenced by main().
Here is the caller graph for this function:| int divzero_exception | ( | int | boolean | ) |
Definition at line 40 of file ex_exceptions.c.
References DIVZERO_EXCEPTION, LOG_NOTICE, n_log, and Throw.
Referenced by main().
Here is the caller graph for this function:| int main | ( | void | ) |
Definition at line 80 of file ex_exceptions.c.
References all_exception(), array_exception(), ARRAY_EXCEPTION, Catch, CatchAll, divzero_exception(), DIVZERO_EXCEPTION, EndTry, GENERAL_EXCEPTION, LOG_DEBUG, LOG_INFO, LOG_NOTICE, LOG_STDERR, n_log, overflow_exception(), OVERFLOW_EXCEPTION, parsing_exception(), PARSING_EXCEPTION, set_log_level(), Throw, and Try.
Here is the call graph for this function:| int overflow_exception | ( | int | boolean | ) |
Definition at line 50 of file ex_exceptions.c.
References LOG_NOTICE, n_log, OVERFLOW_EXCEPTION, and Throw.
Referenced by main().
Here is the caller graph for this function:| int parsing_exception | ( | int | boolean | ) |
Definition at line 60 of file ex_exceptions.c.
References LOG_NOTICE, n_log, PARSING_EXCEPTION, and Throw.
Referenced by main().
Here is the caller graph for this function: