INET Framework for OMNeT++/OMNEST
|
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:56
by nedtool.
More...
#include <BGPUpdatePathAttributes_m.h>
Public Member Functions | |
BGPUpdatePathAttributes () | |
BGPUpdatePathAttributes (const BGPUpdatePathAttributes &other) | |
virtual | ~BGPUpdatePathAttributes () |
BGPUpdatePathAttributes & | operator= (const BGPUpdatePathAttributes &other) |
virtual BGPUpdatePathAttributes * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual BGPUpdateAttributeType & | getType () |
virtual const BGPUpdateAttributeType & | getType () const |
virtual void | setType (const BGPUpdateAttributeType &type) |
virtual unsigned short | getLength () const |
virtual void | setLength (unsigned short length) |
Protected Member Functions | |
bool | operator== (const BGPUpdatePathAttributes &) |
Protected Attributes | |
BGPUpdateAttributeType | type |
unsigned short | length |
Private Member Functions | |
void | copy (const BGPUpdatePathAttributes &other) |
Class generated from inet/routing/bgpv4/BGPMessage/BGPUpdatePathAttributes.msg:56
by nedtool.
class BGPUpdatePathAttributes { BGPUpdateAttributeType type; // 2 octets unsigned short length; // 2 octets }
inet::bgp::BGPUpdatePathAttributes::BGPUpdatePathAttributes | ( | ) |
inet::bgp::BGPUpdatePathAttributes::BGPUpdatePathAttributes | ( | const BGPUpdatePathAttributes & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::bgp::BGPUpdatePathAttributesAtomicAggregate, inet::bgp::BGPUpdatePathAttributesLocalPref, inet::bgp::BGPUpdatePathAttributesNextHop, inet::bgp::BGPUpdatePathAttributesASPath, and inet::bgp::BGPUpdatePathAttributesOrigin.
|
virtual |
Referenced by inet::bgp::BGPUpdateMessage::computePathAttributesBytes().
|
virtual |
|
inlinevirtual |
Referenced by getType().
BGPUpdatePathAttributes& inet::bgp::BGPUpdatePathAttributes::operator= | ( | const BGPUpdatePathAttributes & | other | ) |
|
protected |
|
overridevirtual |
|
overridevirtual |
|
virtual |
|
virtual |
|
protected |
|
protected |