ircproxy The Ultimate Cyborg |
#include <MessageIn.h>
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. |
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) { }
msg_block_ct MsgPart::M_msg_block [private] |
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|