| 
 
 | 
 | 
| MribLookup (MribLookup *parent) | MribLookup | 
Constructor for a given parent entry.
Parameters:
| parent | the parent entry. | 
| ~MribLookup () | ~MribLookup | 
Destructor
| Mrib * mrib () | mrib | 
[const]
Get the corresponding Mrib entry.
Returns: the corresponding Mrib entry if exists, otherwise NULL.
| MribLookup * get_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 Thu Aug 28 12:52:07 2003, using kdoc 2.0a54+XORP. |