|
Nebula
|
Functions | |
| void | n_barf (const char *exp, const char *file, int line) |
| This function is called by n_assert() when the assertion fails. | |
| void | n_barf2 (const char *exp, const char *msg, const char *file, int line) |
| This function is called by n_assert2() when the assertion fails. | |
| void | n_barf_fmt (const char *exp, const char *fmt, const char *file, int line,...) |
| void | n_cough (const char *exp, const char *file, int line) |
| This function is called by n_assert() when the assertion fails. | |
| void | n_cough2 (const char *exp, const char *msg, const char *file, int line) |
| This function is called by n_assert2() when the assertion fails. | |
| void | n_cough_fmt (const char *exp, const char *fmt, const char *file, int line,...) |
| void __cdecl | n_error (const char *msg,...) |
| This function is called when a serious situation is encountered which requires abortion of the application. | |
| void __cdecl | n_warning (const char *msg,...) |
| This function is called when a warning should be issued which doesn't require abortion of the application. | |
| void __cdecl | n_confirm (const char *msg,...) |
| This function is called when a message should be displayed to the user which requires a confirmation (usually displayed as a MessageBox). | |
| void __cdecl | n_printf (const char *msg,...) |
| Nebula's printf replacement. | |
| void __cdecl | n_dbgout (const char *msg,...) |
| Put the message to the debug window. | |
| void | n_sleep (double sec) |
| Put process to sleep. | |
| void | n_break () |
| void n_barf | ( | const char * | exp, |
| const char * | file, | ||
| int | line ) |
This function is called by n_assert() when the assertion fails.
| void n_barf2 | ( | const char * | exp, |
| const char * | msg, | ||
| const char * | file, | ||
| int | line ) |
This function is called by n_assert2() when the assertion fails.
| void n_barf_fmt | ( | const char * | exp, |
| const char * | fmt, | ||
| const char * | file, | ||
| int | line, | ||
| ... ) |
| void n_break | ( | ) |
| void __cdecl n_confirm | ( | const char * | msg, |
| ... ) |
This function is called when a message should be displayed to the user which requires a confirmation (usually displayed as a MessageBox).
| void n_cough | ( | const char * | exp, |
| const char * | file, | ||
| int | line ) |
This function is called by n_assert() when the assertion fails.
| void n_cough2 | ( | const char * | exp, |
| const char * | msg, | ||
| const char * | file, | ||
| int | line ) |
This function is called by n_assert2() when the assertion fails.
| void n_cough_fmt | ( | const char * | exp, |
| const char * | fmt, | ||
| const char * | file, | ||
| int | line, | ||
| ... ) |
| void __cdecl n_dbgout | ( | const char * | msg, |
| ... ) |
Put the message to the debug window.
| void __cdecl n_error | ( | const char * | msg, |
| ... ) |
This function is called when a serious situation is encountered which requires abortion of the application.
| void __cdecl n_printf | ( | const char * | msg, |
| ... ) |
Nebula's printf replacement.
Will redirect the text to the console and/or logfile.
| void n_sleep | ( | double | sec | ) |
Put process to sleep.
| void __cdecl n_warning | ( | const char * | msg, |
| ... ) |
This function is called when a warning should be issued which doesn't require abortion of the application.