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

OSPFv2 only. Set the LSA that is responsible for this vertex.

Lsa::LsaRef  get_lsa ()

get_lsa

[const]

OSPFv2 only. Get the LSA that is responsible for this vertex.

list<Lsa::LsaRef>&  get_lsas ()

get_lsas

OSPFv3 only. Return the list of LSAs that may be 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 (IPv4 address)

set_address

IPv4  get_address_ipv4 ()

get_address_ipv4

[const]

void  set_address (IPv6 address)

set_address

IPv6  get_address_ipv6 ()

get_address_ipv6

[const]

void  set_nexthop_id (uint32_t nexthop_id)

set_nexthop_id

uint32_t  get_nexthop_id ()

get_nexthop_id

[const]

string  str ()

str

[const]


Generated by: bms on anglepoise.lon.incunabulum.net on Wed Jul 23 10:06:05 2008, using kdoc 2.0a54+XORP.