#include <CHMmessageClass.h>
Inheritance diagram for CHMmessage:
The message class holds the tables defined for a given message. The message is the 'root' table which gives methods for accessing child tables that hold the message data from a parsed message.
Public Member Functions | |
CHMmessage (const CHMengine &Engine, size_t MessageIndex) | |
Construct an empty message at index MessageIndex . | |
virtual | ~CHMmessage () |
Destructor. | |
const CHMchar * | GenerateFlatWire () const |
Get the flat-wire representation of this message. |
|
Construct an empty message at index The message index is the Nth message defined in the VMD file. |
|
Destructor.
|
|
Get the flat-wire representation of
|