INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv4/IPv4Datagram.msg:106
by nedtool.
More...
#include <IPv4Datagram_m.h>
Public Member Functions | |
IPv4OptionEnd () | |
IPv4OptionEnd (const IPv4OptionEnd &other) | |
virtual | ~IPv4OptionEnd () |
IPv4OptionEnd & | operator= (const IPv4OptionEnd &other) |
virtual IPv4OptionEnd * | 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 IPv4OptionEnd &) |
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 IPv4OptionEnd &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::TLVOptionBase | |
short | type |
short | length |
Class generated from inet/networklayer/ipv4/IPv4Datagram.msg:106
by nedtool.
class IPv4OptionEnd extends IPv4Option { type = IPOPTION_END_OF_OPTIONS; length = 1; }
inet::IPv4OptionEnd::IPv4OptionEnd | ( | ) |
inet::IPv4OptionEnd::IPv4OptionEnd | ( | const IPv4OptionEnd & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IPv4Option.
IPv4OptionEnd& inet::IPv4OptionEnd::operator= | ( | const IPv4OptionEnd & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IPv4Option.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IPv4Option.
Referenced by inet::doParsimUnpacking().