|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv4/Ipv4Header.msg:86 by opp_msgtool.
More...
#include <Ipv4Header_m.h>
Public Member Functions | |
| Ipv4OptionNop () | |
| Ipv4OptionNop (const Ipv4OptionNop &other) | |
| virtual | ~Ipv4OptionNop () |
| Ipv4OptionNop & | operator= (const Ipv4OptionNop &other) |
| virtual Ipv4OptionNop * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Public Member Functions inherited from inet::Ipv4Option | |
| Ipv4Option () | |
| Ipv4Option (const Ipv4Option &other) | |
| virtual | ~Ipv4Option () |
| Ipv4Option & | operator= (const Ipv4Option &other) |
Public Member Functions inherited from inet::TlvOptionBase | |
| TlvOptionBase () | |
| TlvOptionBase (const TlvOptionBase &other) | |
| virtual | ~TlvOptionBase () |
| TlvOptionBase & | operator= (const TlvOptionBase &other) |
| virtual short | getType () const |
| virtual void | setType (short type) |
| virtual short | getLength () const |
| virtual void | setLength (short length) |
Protected Member Functions | |
| bool | operator== (const Ipv4OptionNop &)=delete |
Protected Member Functions inherited from inet::Ipv4Option | |
| bool | operator== (const Ipv4Option &)=delete |
Protected Member Functions inherited from inet::TlvOptionBase | |
| bool | operator== (const TlvOptionBase &)=delete |
Private Member Functions | |
| void | copy (const Ipv4OptionNop &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::TlvOptionBase | |
| short | type = -1 |
| short | length = 0 |
Class generated from inet/networklayer/ipv4/Ipv4Header.msg:86 by opp_msgtool.
class Ipv4OptionNop extends Ipv4Option { type = IPOPTION_NO_OPTION; length = 1; }
| inet::Ipv4OptionNop::Ipv4OptionNop | ( | ) |
| inet::Ipv4OptionNop::Ipv4OptionNop | ( | const Ipv4OptionNop & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::Ipv4Option.
| Ipv4OptionNop& inet::Ipv4OptionNop::operator= | ( | const Ipv4OptionNop & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::Ipv4Option.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::Ipv4Option.
Referenced by inet::doParsimUnpacking().