|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/contract/L3SocketCommand.msg:27 by opp_msgtool.
More...
#include <L3SocketCommand_m.h>
Public Member Functions | |
| L3SocketCommandBase () | |
| L3SocketCommandBase (const L3SocketCommandBase &other) | |
| virtual | ~L3SocketCommandBase () |
| L3SocketCommandBase & | operator= (const L3SocketCommandBase &other) |
| virtual L3SocketCommandBase * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Protected Member Functions | |
| bool | operator== (const L3SocketCommandBase &)=delete |
Private Member Functions | |
| void | copy (const L3SocketCommandBase &other) |
Class generated from inet/networklayer/contract/L3SocketCommand.msg:27 by opp_msgtool.
class L3SocketCommandBase extends cObject { }
| inet::L3SocketCommandBase::L3SocketCommandBase | ( | ) |
| inet::L3SocketCommandBase::L3SocketCommandBase | ( | const L3SocketCommandBase & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
| L3SocketCommandBase& inet::L3SocketCommandBase::operator= | ( | const L3SocketCommandBase & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented in inet::L3SocketClosedIndication, inet::L3SocketDestroyCommand, inet::L3SocketCloseCommand, inet::L3SocketConnectCommand, and inet::L3SocketBindCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::L3SocketClosedIndication, inet::L3SocketDestroyCommand, inet::L3SocketCloseCommand, inet::L3SocketConnectCommand, and inet::L3SocketBindCommand.
Referenced by inet::doParsimUnpacking().