ircproxy  The Ultimate Cyborg

MsgPart Class Reference

#include <MessageIn.h>

Inheritance diagram for MsgPart:

MessageIn::Part

List of all members.


Detailed Description

Like MessageIn::Part but with a copy of msg_block_ct to keep the message block alive.

Definition at line 158 of file MessageIn.h.


Public Member Functions

 MsgPart (msg_block_ct const &msg_block)
 Construct an empty MsgPart that will reference msg_block.
 MsgPart (msg_block_ct const &msg_block, Part const &part)
 Construct a MsgPart from Part part that references msg_block.

Private Attributes

msg_block_ct M_msg_block
 The message block.

Constructor & Destructor Documentation

MsgPart::MsgPart ( msg_block_ct const &  msg_block  )  [inline]

Construct an empty MsgPart that will reference msg_block.

Definition at line 163 of file MessageIn.h.

00163 : M_msg_block(msg_block) { }

MsgPart::MsgPart ( msg_block_ct const &  msg_block,
Part const &  part 
) [inline]

Construct a MsgPart from Part part that references msg_block.

Definition at line 165 of file MessageIn.h.

00165 : MessageIn::Part(part), M_msg_block(msg_block) { }


Member Data Documentation

msg_block_ct MsgPart::M_msg_block [private]

The message block.

Definition at line 160 of file MessageIn.h.


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

Copyright © 2005-2007 Carlo Wood.  All rights reserved.