class MribLookup

The basic entry in the MribTable lookup tree. More...

Definition#include <mrib_table.hh>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 MribLookup (MribLookup *parent)

MribLookup

Constructor for a given parent entry.

Parameters:
parentthe parent entry.

 ~MribLookup ()

~MribLookup

Destructor

Mribmrib ()

mrib

[const]

Get the corresponding Mrib entry.

Returns: the corresponding Mrib entry if exists, otherwise NULL.

MribLookupget_next ()

get_next

[const]

Get the next MribLookup entry.

The ordering of the entries is "depth-first search", where the nodes are returned in the following order: (a) the parent node; (b) the left-child node and all nodes within its subtree; (c) the right-child node and all nodes within its subtree;

Returns: the next MribLookup entry if exists, otherwise NULL.


Generated by: pavlin on possum.icir.org on Wed Dec 11 16:50:45 2002, using kdoc 2.0a54+XORP.