|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/common/socket/SocketCommand.msg:34 by opp_msgtool.
More...
#include <SocketCommand_m.h>
Public Member Functions | |
| SocketBindCommand () | |
| SocketBindCommand (const SocketBindCommand &other) | |
| virtual | ~SocketBindCommand () |
| SocketBindCommand & | operator= (const SocketBindCommand &other) |
| virtual SocketBindCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual bool | getSteal () const |
| virtual void | setSteal (bool steal) |
Public Member Functions inherited from inet::SocketCommandBase | |
| SocketCommandBase () | |
| SocketCommandBase (const SocketCommandBase &other) | |
| virtual | ~SocketCommandBase () |
| SocketCommandBase & | operator= (const SocketCommandBase &other) |
Protected Member Functions | |
| bool | operator== (const SocketBindCommand &)=delete |
Protected Member Functions inherited from inet::SocketCommandBase | |
| bool | operator== (const SocketCommandBase &)=delete |
Protected Attributes | |
| bool | steal = false |
Private Member Functions | |
| void | copy (const SocketBindCommand &other) |
Class generated from inet/common/socket/SocketCommand.msg:34 by opp_msgtool.
class SocketBindCommand extends SocketCommandBase { bool steal; }
| inet::SocketBindCommand::SocketBindCommand | ( | ) |
| inet::SocketBindCommand::SocketBindCommand | ( | const SocketBindCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::SocketCommandBase.
Reimplemented in inet::EthernetBindCommand, and inet::Ieee8021qBindCommand.
|
virtual |
| SocketBindCommand& inet::SocketBindCommand::operator= | ( | const SocketBindCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::SocketCommandBase.
Reimplemented in inet::EthernetBindCommand, and inet::Ieee8021qBindCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::SocketCommandBase.
Reimplemented in inet::EthernetBindCommand, and inet::Ieee8021qBindCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |