FONTAINE 1.0
|
#include <Warning.h>
Public Member Functions | |
Warning (const char *const methodName, const char *format,...) | |
void | print (void) |
Static Public Member Functions | |
static void | suppressWarnings (bool suppressWarnings) |
Static Private Attributes | |
static bool | _suppressWarnings = false |
static const char * | _warningSalutation = "Warning" |
Warning::Warning | ( | const char *const | methodName, |
const char * | format, | ||
... | |||
) |
void Warning::print | ( | void | ) |
Reimplemented from Message.
References Message::_message, Message::_methodName, Message::_salutation, Message::_truncated, and Debug::DEBUG.
Referenced by Warning().
void Warning::suppressWarnings | ( | bool | suppressWarnings | ) | [static] |
References _suppressWarnings.
bool Warning::_suppressWarnings = false [static, private] |
Referenced by suppressWarnings().
const char * Warning::_warningSalutation = "Warning" [static, private] |
Referenced by Warning().