AndroMeta  2.0.0
Public Member Functions | Public Attributes
Meta::MMessage Class Reference

Message data used by message handlers and buffers. More...

#include <MMessage.h>

List of all members.

Public Member Functions

 MMessage (const mvar &hdr, const mvar &bdy)
 MMessage (const mvar &bdy)

Public Attributes

int submitter
uint64_t id
mvar header
mvar body

Detailed Description

Message data used by message handlers and buffers.

This class defines the message data structure used by MMesageHandler and MMessageBuffer which in turn are utilized throughout many places in the framework. Most of the messaging-related framework methods allow the header and body to be passed thereby creating an MMessage internally, however an MMessage may instead be created and passed directly for improved performance.


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