#include <dbwrapper.h>
◆ CDBIterator()
- Parameters
-
[in] | _parent | Parent CDBWrapper instance. |
[in] | _piter | The original leveldb iterator. |
◆ ~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
The documentation for this class was generated from the following files: