FONTAINE 1.0
Public Member Functions | Static Public Member Functions | Static Private Attributes

Warning Class Reference

#include <Warning.h>

Inheritance diagram for Warning:
Message

List of all members.

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"

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]

References _suppressWarnings.


Member Data Documentation

bool Warning::_suppressWarnings = false [static, private]

Referenced by suppressWarnings().

const char * Warning::_warningSalutation = "Warning" [static, private]

Referenced by Warning().


The documentation for this class was generated from the following files: