#include <Message.h>
Inheritance diagram for Message:


Definition at line 15 of file Message.h.
Public Member Functions | |
| Message () | |
| Message (const std::string &newFormatString) | |
| Message (const Message &otherMessage) | |
| Message & | operator= (const Message &otherMessage) |
| virtual | ~Message () |
| string | getFormatString () const |
| string | getMessageType () const |
| vector< string > | getStringComponents () const |
Protected Member Functions | |
| void | initialize (const vector< string > &newStringComponents, const string &newMessageType) |
| void | setFormatString (const string &newFormatString) |
| void | setStringComponents (const vector< string > &newStringComponents) |
Private Member Functions | |
| void | createFormatString (const string &newMessageType) |
| void | createStringComponents () |
| void | tokenize (const string &myString, vector< string > &tokens) |
Static Private Member Functions | |
| static void | escapeString (string &myString) |
| static void | unescapeString (string &myString) |
Private Attributes | |
| string | formatString |
| vector< string > | stringComponents |
1.5.1