| 
  | ||||||||||||||||
|  MribTableIterator (MribLookup *mrib_lookup)
 | MribTableIterator | 
Constructor for a given MribLookup entry.
Parameters:
| mrib_lookup | the basic MribLookup entry. | 
|  MribTableIterator ()
 | MribTableIterator | 
| MribTableIterator&  operator++ ()
 | operator++ | 
Increment Operator
Increment the iterator to point to the next MribLookup entry.
Returns: a reference to the iterator for the next MribLookup entry (see MribLookup::get_next()).
| bool  operator== (const MribTableIterator& other)
 | operator== | 
[const]
Equality Operator
Parameters:
| other | the right-hand operand to compare against. | 
Returns: true if the left-hand operand is same as the right-hand operand.
| bool  operator!= (const MribTableIterator& other)
 | operator!= | 
[const]
Not-Equal Operator
Parameters:
| other | the right-hand operand to compare against. | 
Returns: true if the left-hand operand is not same as the right-hand operand.
| Mrib*  operator* ()
 | operator* | 
[const]
Indirection Operator
Returns: a pointer to the Mrib entry that corresponds to this iterator.