#include <dbwrapper.h>
Definition at line 123 of file dbwrapper.h.
◆ CDBIterator()
- Parameters
-
[in] | _parent | Parent CDBWrapper instance. |
[in] | _piter | The original leveldb iterator. |
Definition at line 391 of file dbwrapper.cpp.
◆ ~CDBIterator()
CDBIterator::~CDBIterator |
( |
| ) |
|
|
default |
◆ GetKey()
bool CDBIterator::GetKey |
( |
K & |
key | ) |
|
|
inline |
◆ GetKeyImpl()
Span< const std::byte > CDBIterator::GetKeyImpl |
( |
| ) |
const |
|
private |
◆ GetValue()
template<typename V >
bool CDBIterator::GetValue |
( |
V & |
value | ) |
|
|
inline |
◆ GetValueImpl()
Span< const std::byte > CDBIterator::GetValueImpl |
( |
| ) |
const |
|
private |
◆ Next()
void CDBIterator::Next |
( |
| ) |
|
◆ Seek()
void CDBIterator::Seek |
( |
const K & |
key | ) |
|
|
inline |
◆ SeekImpl()
void CDBIterator::SeekImpl |
( |
Span< const std::byte > |
key | ) |
|
|
private |
◆ SeekToFirst()
void CDBIterator::SeekToFirst |
( |
| ) |
|
◆ Valid()
bool CDBIterator::Valid |
( |
| ) |
const |
◆ m_impl_iter
const std::unique_ptr<IteratorImpl> CDBIterator::m_impl_iter |
|
private |
◆ parent
The documentation for this class was generated from the following files: