|
INET Framework for OMNeT++/OMNEST
|
#include <TCPCommand_m.h>
Public Member Functions | |
| TCPSendCommand () | |
| TCPSendCommand (const TCPSendCommand &other) | |
| virtual | ~TCPSendCommand () |
| TCPSendCommand & | operator= (const TCPSendCommand &other) |
| virtual TCPSendCommand * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
| bool | operator== (const TCPSendCommand &) |
Private Member Functions | |
| void | copy (const TCPSendCommand &other) |
Class generated from transport/contract/TCPCommand.msg by opp_msgc.
class TCPSendCommand extends TCPCommand { }
Definition at line 248 of file TCPCommand_m.h.
Referenced by dup().
| TCPSendCommand::TCPSendCommand | ( | const TCPSendCommand & | other | ) |
| virtual TCPSendCommand::~TCPSendCommand | ( | ) | [virtual] |
| void TCPSendCommand::copy | ( | const TCPSendCommand & | other | ) | [private] |
| virtual TCPSendCommand* TCPSendCommand::dup | ( | ) | const [inline, virtual] |
Reimplemented from TCPCommand.
Definition at line 264 of file TCPCommand_m.h.
{return new TCPSendCommand(*this);}
| TCPSendCommand& TCPSendCommand::operator= | ( | const TCPSendCommand & | other | ) |
| bool TCPSendCommand::operator== | ( | const TCPSendCommand & | ) | [protected] |
| virtual void TCPSendCommand::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
Referenced by doPacking().
| virtual void TCPSendCommand::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
Referenced by doUnpacking().