#include <MayDay.H>
Static Public Methods | |
void | Error (const char *a_msg=m_nullString) |
Print out message to cerr and exit via MayDay::Abort(). | |
void | Abort (const char *a_msg=m_nullString) |
Print out message to cerr and exit via abort(). | |
void | Warning (const char *a_msg=m_nullString) |
Print out message to cerr and continue. | |
Static Public Attributes | |
const char *const | version |
Static Protected Attributes | |
const char * | m_nullString |
A null string used as a default argument by the other member functions. |
This class consists entirely of static error-reporting functions that are used throughout the MayDay implementation together with a version string. In the best of all possible worlds we'd use a namespace, but we aren't there, yet :-) Note that all the output functions add a terminating exclamation mark, so there is no need to add any punction to sentences that get output explicitly.
|
Print out message to cerr and exit via abort().
|
|
Print out message to cerr and exit via MayDay::Abort().
|
|
Print out message to cerr and continue.
|
|
A null string used as a default argument by the other member functions.
|
|
|