#include <comparator.h>
◆ ~Comparator()
leveldb::Comparator::~Comparator |
( |
| ) |
|
|
virtual |
◆ Compare()
virtual int leveldb::Comparator::Compare |
( |
const Slice & |
a, |
|
|
const Slice & |
b |
|
) |
| const |
|
pure virtual |
◆ FindShortestSeparator()
virtual void leveldb::Comparator::FindShortestSeparator |
( |
std::string * |
start, |
|
|
const Slice & |
limit |
|
) |
| const |
|
pure virtual |
◆ FindShortSuccessor()
virtual void leveldb::Comparator::FindShortSuccessor |
( |
std::string * |
key | ) |
const |
|
pure virtual |
◆ Name()
virtual const char* leveldb::Comparator::Name |
( |
| ) |
const |
|
pure virtual |
◆ operator()()
int leveldb::Comparator::operator() |
( |
const Key & |
a, |
|
|
const Key & |
b |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following files: