FONTAINE
1.0
|
#include <Message.h>
Public Member Functions | |
Message () | |
Message (const char *const methodName, const char *format,...) | |
void | print (void) |
std::string | get (void) const |
Protected Attributes | |
const char * | _salutation |
const char * | _methodName |
char | _message [GENERAL_STRING_BUFFER_SIZE] |
bool | _truncated |
Static Private Member Functions | |
static void | _initialize (void) |
Static Private Attributes | |
static const char * | _defaultSalutation = "Message" |
Friends | |
class | MessageInitializer |
Message::Message | ( | ) | [inline] |
Message::Message | ( | const char *const | methodName, |
const char * | format, | ||
... | |||
) |
References _defaultSalutation, _message, _methodName, _salutation, _truncated, GENERAL_STRING_BUFFER_SIZE, and print().
void Message::_initialize | ( | void | ) | [static, private] |
Referenced by MessageInitializer::MessageInitializer().
std::string Message::get | ( | void | ) | const |
References _message, _methodName, and _salutation.
void Message::print | ( | void | ) |
Reimplemented in Warning.
References _message, _methodName, _salutation, and _truncated.
Referenced by Exception::Exception(), and Message().
friend class MessageInitializer [friend] |
const char * Message::_defaultSalutation = "Message" [static, private] |
Referenced by Message().
char Message::_message[GENERAL_STRING_BUFFER_SIZE] [protected] |
Referenced by Exception::Exception(), get(), Message(), Warning::print(), print(), and Warning::Warning().
const char* Message::_methodName [protected] |
Referenced by Exception::Exception(), get(), Message(), Warning::print(), print(), and Warning::Warning().
const char* Message::_salutation [protected] |
Referenced by Exception::Exception(), get(), Message(), Warning::print(), print(), and Warning::Warning().
bool Message::_truncated [protected] |
Referenced by Exception::Exception(), Message(), Warning::print(), print(), and Warning::Warning().