#include <Warning.h>
Public Member Functions |
| Warning (const char *const methodName, const char *format,...) |
void | print (void) |
| Message () |
| Message (const char *const methodName, const char *format,...) |
std::string | get (void) const |
Static Public Member Functions |
static void | suppressWarnings (bool suppressWarnings) |
Constructor & Destructor Documentation
Warning::Warning |
( |
const char *const |
methodName, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
Member Function Documentation
void Warning::print |
( |
void |
| ) |
|
void Warning::suppressWarnings |
( |
bool |
suppressWarnings | ) |
|
|
static |
Member Data Documentation
bool Warning::_suppressWarnings = false |
|
staticprivate |
const char * Warning::_warningSalutation = "Warning" |
|
staticprivate |
The documentation for this class was generated from the following files: