INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv4/IPv4Datagram.msg:100
by nedtool.
More...
#include <IPv4Datagram_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 &) |
Protected Member Functions inherited from inet::IPv4Option | |
bool | operator== (const IPv4Option &) |
Protected Member Functions inherited from inet::TLVOptionBase | |
bool | operator== (const TLVOptionBase &) |
Private Member Functions | |
void | copy (const IPv4OptionNop &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::TLVOptionBase | |
short | type |
short | length |
Class generated from inet/networklayer/ipv4/IPv4Datagram.msg:100
by nedtool.
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 | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IPv4Option.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IPv4Option.
Referenced by inet::doParsimUnpacking().