#include <dbwrapper.h>
Definition at line 145 of file dbwrapper.h.
◆ CDBIterator()
CDBIterator::CDBIterator |
( |
const CDBWrapper & |
_parent, |
|
|
leveldb::Iterator * |
_piter |
|
) |
| |
|
inline |
- Parameters
-
[in] | _parent | Parent CDBWrapper instance. |
[in] | _piter | The original leveldb iterator. |
Definition at line 155 of file dbwrapper.h.
◆ ~CDBIterator()
CDBIterator::~CDBIterator |
( |
| ) |
|
◆ GetKey()
template<typename K >
bool CDBIterator::GetKey |
( |
K & |
key | ) |
|
|
inline |
◆ GetValue()
template<typename V >
bool CDBIterator::GetValue |
( |
V & |
value | ) |
|
|
inline |
◆ GetValueSize()
unsigned int CDBIterator::GetValueSize |
( |
| ) |
|
|
inline |
◆ Next()
void CDBIterator::Next |
( |
| ) |
|
◆ Seek()
template<typename K >
void CDBIterator::Seek |
( |
const K & |
key | ) |
|
|
inline |
◆ SeekToFirst()
void CDBIterator::SeekToFirst |
( |
| ) |
|
◆ Valid()
bool CDBIterator::Valid |
( |
| ) |
const |
◆ parent
◆ piter
leveldb::Iterator* CDBIterator::piter |
|
private |
The documentation for this class was generated from the following files: