#include <TCPCommand_m.h>
Inheritance diagram for TCPSendCommand:
TCPCommand.msg
by opp_msgc. class TCPSendCommand extends TCPCommand { properties: omitGetVerb = true; fields: };
Public Member Functions | |
TCPSendCommand () | |
TCPSendCommand (const TCPSendCommand &other) | |
virtual | ~TCPSendCommand () |
TCPSendCommand & | operator= (const TCPSendCommand &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const TCPSendCommand &) |
TCPSendCommand::TCPSendCommand | ( | ) |
TCPSendCommand::TCPSendCommand | ( | const TCPSendCommand & | other | ) |
virtual TCPSendCommand::~TCPSendCommand | ( | ) | [virtual] |
virtual cPolymorphic* TCPSendCommand::dup | ( | ) | const [inline, virtual] |
virtual void TCPSendCommand::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
virtual void TCPSendCommand::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
TCPSendCommand& TCPSendCommand::operator= | ( | const TCPSendCommand & | other | ) |
bool TCPSendCommand::operator== | ( | const TCPSendCommand & | ) | [protected] |