class Vertex
		 | 
		 
                
		| 
 Vertex required for computing the shortest path tree. More... |  
	 
	 
	
	 | 
 | 
 
Public Methods
 Vertex required for computing the shortest path tree.
 
bool  operator< (const Vertex& other)
  | operator< | 
 [const]
bool  operator== (const Vertex& other)
  | operator== | 
 [const]
 [const]
 [const]
void  set_nodeid (uint32_t nodeid)
  | set_nodeid | 
uint32_t  get_nodeid ()
  | get_nodeid | 
 [const]
 OSPFv2 only.
 Set the LSA that is responsible for this vertex.
     
 [const]
 OSPFv2 only.
 Get the LSA that is responsible for this vertex.
     
 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]
 [const]
	
Generated by: pavlin on possum.icir.org on Wed Mar 21 11:23:58 2007, using kdoc $.