#include <MayDay.H>
Static Public Methods | |
void | Error (const char *msg=nullString) |
void | Abort (const char *msg=nullString) |
void | Warning (const char *msg=nullString) |
Static Public Attributes | |
const char *const | version |
Static Protected Attributes | |
const char * | nullString |
|
Print out message to cerr and exit via abort(). |
|
Print out message to cerr and exit via MayDay::Abort(). |
|
Issues warning to stderr, but does not halt program execution. |
|
|
|
|