class Vertex

Vertex required for computing the shortest path tree. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

Vertex required for computing the shortest path tree.

 Vertex ()

Vertex

bool  operator< (const Vertex& other)

operator<

[const]

bool  operator== (const Vertex& other)

operator==

[const]

void  set_version (OspfTypes::Version v)

set_version

OspfTypes::Version  get_version ()

get_version

[const]

void  set_type (OspfTypes::VertexType t)

set_type

OspfTypes::VertexType  get_type ()

get_type

[const]

void  set_nodeid (uint32_t nodeid)

set_nodeid

uint32_t  get_nodeid ()

get_nodeid

[const]

void  set_lsa (Lsa::LsaRef lsar)

set_lsa

Set the LSA that is responsible for this vertex.

Lsa::LsaRef  get_lsa ()

get_lsa

[const]

Get the LSA that is responsible for this vertex.

void  set_interface_id (uint32_t interface_id)

set_interface_id

uint32_t  get_interface_id ()

get_interface_id

[const]

void  set_origin (bool origin)

set_origin

bool  get_origin ()

get_origin

[const]

void  set_address (uint32_t address)

set_address

uint32_t  get_address ()

get_address

[const]

string  str ()

str

[const]


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:38 2006, using kdoc $.