FONTAINE  1.0
Public Member Functions | Static Public Member Functions | Static Private Attributes | List of all members
Warning Class Reference

#include <Warning.h>

Inheritance diagram for Warning:
Message

Public Member Functions

 Warning (const char *const methodName, const char *format,...)
 
void print (void)
 
- Public Member Functions inherited from Message
 Message ()
 
 Message (const char *const methodName, const char *format,...)
 
void print (void)
 
std::string get (void) const
 

Static Public Member Functions

static void suppressWarnings (bool suppressWarnings)
 

Static Private Attributes

static bool _suppressWarnings =false
 
static const char * _warningSalutation ="Warning"
 

Additional Inherited Members

- Protected Attributes inherited from Message
const char * _salutation
 
const char * _methodName
 
char _message [GENERAL_STRING_BUFFER_SIZE]
 
bool _truncated
 

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
staticprivate

Referenced by suppressWarnings().

const char * Warning::_warningSalutation ="Warning"
staticprivate

Referenced by Warning().


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