INET Framework for OMNeT++/OMNEST
OSPFASExternalLSA Class Reference

#include <OSPFPacket_m.h>

Inheritance diagram for OSPFASExternalLSA:
OSPFLSA AnsaOSPF::ASExternalLSA OSPF::ASExternalLSA

List of all members.

Public Member Functions

 OSPFASExternalLSA ()
 OSPFASExternalLSA (const OSPFASExternalLSA &other)
virtual ~OSPFASExternalLSA ()
OSPFASExternalLSAoperator= (const OSPFASExternalLSA &other)
virtual OSPFASExternalLSAdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OSPFASExternalLSAContentsgetContents ()
virtual const
OSPFASExternalLSAContents
getContents () const
virtual void setContents (const OSPFASExternalLSAContents &contents)

Protected Member Functions

bool operator== (const OSPFASExternalLSA &)

Protected Attributes

OSPFASExternalLSAContents contents_var

Private Member Functions

void copy (const OSPFASExternalLSA &other)

Detailed Description

Class generated from networklayer/ospfv2/OSPFPacket.msg by opp_msgc.

 class OSPFASExternalLSA extends OSPFLSA
 {
     OSPFASExternalLSAContents contents;
 }
 

Definition at line 681 of file OSPFPacket_m.h.


Constructor & Destructor Documentation


Member Function Documentation

void OSPFASExternalLSA::copy ( const OSPFASExternalLSA other) [private]
virtual OSPFASExternalLSA* OSPFASExternalLSA::dup ( ) const [inline, virtual]

Reimplemented from OSPFLSA.

Definition at line 698 of file OSPFPacket_m.h.

{return new OSPFASExternalLSA(*this);}
virtual const OSPFASExternalLSAContents& OSPFASExternalLSA::getContents ( ) const [inline, virtual]

Definition at line 704 of file OSPFPacket_m.h.

Referenced by getContents().

{return const_cast<OSPFASExternalLSA*>(this)->getContents();}
OSPFASExternalLSA& OSPFASExternalLSA::operator= ( const OSPFASExternalLSA other)
bool OSPFASExternalLSA::operator== ( const OSPFASExternalLSA ) [protected]
virtual void OSPFASExternalLSA::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from OSPFLSA.

Referenced by doPacking().

virtual void OSPFASExternalLSA::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from OSPFLSA.

Referenced by doUnpacking().


Member Data Documentation


The documentation for this class was generated from the following file: