Message Class Reference

#include <Message.h>

Inheritance diagram for Message:

Inheritance graph
[legend]
Collaboration diagram for Message:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 15 of file Message.h.

Public Member Functions

 Message ()
 Message (const std::string &newFormatString)
 Message (const Message &otherMessage)
Messageoperator= (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


The documentation for this class was generated from the following files:
Generated on Wed Jun 25 14:47:10 2008 for keyvil by  doxygen 1.5.1