Functions | |
void | error (const char *msg) |
Print a message to the standard error output. | |
void | error (const string &msg) |
Print a message to the standard error output. | |
bool | error (bool exp, const char *msg) |
Conditional output of an error message to the standard error output. | |
void | warn (const char *msg) |
Print a message to the standard error output. |
|
Conditional output of an error message to the standard error output.
Prints an error message if
Definition at line 49 of file errormsgs.h. |
|
Print a message to the standard error output. This function will go into infinite loop (freeze) so one can get a stack backtrace when debugging.
Definition at line 35 of file errormsgs.h. |
|
Print a message to the standard error output. This function will go into infinite loop (freeze) so one can get a stack backtrace when debugging.
Definition at line 23 of file errormsgs.h. Referenced by Map::generatingImages(), WhiteheadSimpleGraph::getCount(), Map::Map(), and Map::setGeneratingImages(). |
|
Print a message to the standard error output.
Definition at line 65 of file errormsgs.h. |