class MribLookup

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

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

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 Thu Jul 8 23:48:22 2004, using kdoc $.