#include <OSPFPacket_m.h>
Inheritance diagram for OSPFASExternalLSA:
OSPFPacket.msg
by opp_msgc. class OSPFASExternalLSA extends OSPFLSA { fields: OSPFASExternalLSAContents contents; }
Public Member Functions | |
OSPFASExternalLSA () | |
OSPFASExternalLSA (const OSPFASExternalLSA &other) | |
virtual | ~OSPFASExternalLSA () |
OSPFASExternalLSA & | operator= (const OSPFASExternalLSA &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual OSPFASExternalLSAContents & | getContents () |
virtual const OSPFASExternalLSAContents & | getContents () const |
virtual void | setContents (const OSPFASExternalLSAContents &contents_var) |
Protected Member Functions | |
bool | operator== (const OSPFASExternalLSA &) |
Protected Attributes | |
OSPFASExternalLSAContents | contents_var |
|
|
|
|
|
|
|
00660 {return const_cast<OSPFASExternalLSA*>(this)->getContents();}
|
|
|
|
Reimplemented from OSPFLSA. |
|
Reimplemented from OSPFLSA. |
|
|
|
|
|
|
|
|