Iterates over the key‐value entries of a CDBWrapper.
Synopsis
Declared in <dbwrapper.h>
class CDBIterator;
Types
Name |
Description |
Opaque holder for the underlying LevelDB iterator. |
Member Functions
Name |
Description |
|
Constructs an iterator over the given wrapper. |
|
Destroys the iterator and releases the underlying LevelDB iterator. |
Reads the key at the current position. |
|
Reads and de‐obfuscates the value at the current position. |
|
Advances the iterator to the next entry. |
|
Positions the iterator at the first entry with a key at or after the given key. |
|
Positions the iterator at the first entry in the database. |
|
Returns true if the iterator is positioned at a valid entry. |
Non-Member Functions
Name |
Description |
Copy an index entry from the height index to the hash index. |
Created with MrDocs