◆ Iter()
◆ Compare()
int leveldb::Block::Iter::Compare |
( |
const Slice & |
a, |
|
|
const Slice & |
b |
|
) |
| const |
|
inlineprivate |
◆ CorruptionError()
void leveldb::Block::Iter::CorruptionError |
( |
| ) |
|
|
inlineprivate |
◆ GetRestartPoint()
◆ key()
virtual Slice leveldb::Block::Iter::key |
( |
| ) |
const |
|
inlinevirtual |
◆ Next()
virtual void leveldb::Block::Iter::Next |
( |
| ) |
|
|
inlinevirtual |
◆ NextEntryOffset()
uint32_t leveldb::Block::Iter::NextEntryOffset |
( |
| ) |
const |
|
inlineprivate |
◆ ParseNextKey()
bool leveldb::Block::Iter::ParseNextKey |
( |
| ) |
|
|
inlineprivate |
◆ Prev()
virtual void leveldb::Block::Iter::Prev |
( |
| ) |
|
|
inlinevirtual |
◆ Seek()
virtual void leveldb::Block::Iter::Seek |
( |
const Slice & |
target | ) |
|
|
inlinevirtual |
◆ SeekToFirst()
virtual void leveldb::Block::Iter::SeekToFirst |
( |
| ) |
|
|
inlinevirtual |
◆ SeekToLast()
virtual void leveldb::Block::Iter::SeekToLast |
( |
| ) |
|
|
inlinevirtual |
◆ SeekToRestartPoint()
void leveldb::Block::Iter::SeekToRestartPoint |
( |
uint32_t |
index | ) |
|
|
inlineprivate |
◆ status()
virtual Status leveldb::Block::Iter::status |
( |
| ) |
const |
|
inlinevirtual |
◆ Valid()
virtual bool leveldb::Block::Iter::Valid |
( |
| ) |
const |
|
inlinevirtual |
◆ value()
virtual Slice leveldb::Block::Iter::value |
( |
| ) |
const |
|
inlinevirtual |
◆ comparator_
const Comparator* const leveldb::Block::Iter::comparator_ |
|
private |
◆ current_
◆ data_
const char* const leveldb::Block::Iter::data_ |
|
private |
◆ key_
std::string leveldb::Block::Iter::key_ |
|
private |
◆ num_restarts_
uint32_t const leveldb::Block::Iter::num_restarts_ |
|
private |
◆ restart_index_
uint32_t leveldb::Block::Iter::restart_index_ |
|
private |
◆ restarts_
uint32_t const leveldb::Block::Iter::restarts_ |
|
private |
◆ status_
Status leveldb::Block::Iter::status_ |
|
private |
◆ value_
Slice leveldb::Block::Iter::value_ |
|
private |
The documentation for this class was generated from the following file: