ecolab::cachedDBM_base< key, val >::KeyIterator Class Reference
Inheritance diagram for ecolab::cachedDBM_base< key, val >::KeyIterator:
Inheritance graph
Collaboration diagram for ecolab::cachedDBM_base< key, val >::KeyIterator:
Collaboration graph

Public Member Functions

 KeyIterator (const string &fname)
 
const key operator* () const
 
const key * operator-> () const
 
- Public Member Functions inherited from ecolab::cachedDBM_base< key, val >::KeyValueIterator
 KeyValueIterator ()
 initialises to an end() iterator
 
 KeyValueIterator (const string &fname)
 initialises to a begin() iterator of database fname
 
KeyValueIteratoroperator++ ()
 
bool operator== (const KeyValueIterator &x) const
 
bool operator!= (const KeyValueIterator &x) const
 
const std::pair< key, val > operator* () const
 
const std::pair< key, val > * operator-> () const
 

The documentation for this class was generated from the following file: