Class Hierarchy   Class Index   Method Index  

CHMmessage Class Reference

#include <CHMmessageClass.h>

Inheritance diagram for CHMmessage:

CHMtable

Detailed Description

Message class.

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.


Constructor & Destructor Documentation

CHMmessage::CHMmessage const CHMengine Engine,
size_t  MessageIndex
 

Construct an empty message at index MessageIndex.

The message index is the Nth message defined in the VMD file.

virtual CHMmessage::~CHMmessage  )  [virtual]
 

Destructor.


Member Function Documentation

const CHMchar* CHMmessage::GenerateFlatWire  )  const
 

Get the flat-wire representation of this message.


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