namespace lmsg class MsgHeader Message header class.
The message header contains the message type and routing information.
MsgHeader(void)
MsgHeader(count_t type, count_t length, const MsgAddr& dest)
MsgHeader(const MsgHeader& hdr)
MsgHeader& operator=(const MsgHeader& hdr)
const MsgAddr& getDest(void) const
const MsgAddr& getSource(void) const
MsgAddr& getDest(void)
MsgAddr& getSource(void)
MsgType getMsgType(void) const
count_t getMsgLength(void) const
count_t getBlockID(void) const
count_t getTransID(void) const
void Dump(std::ostream& out) const
void Import(void)
void Export(void)
void setDest(const MsgAddr& addr)
void setSource(const MsgAddr& addr)
void setMsgType(MsgType type)
void setMsgLength(count_t length)
void setBlockID(count_t id)
void setTransID(count_t id)
alphabetic index hierarchy of classes
generated by doc++