|
void * | state_ |
|
void(* | destructor_ )(void *) |
|
int(* | compare_ )(void *, const char *a, size_t alen, const char *b, size_t blen) |
|
const char *(* | name_ )(void *) |
|
Definition at line 60 of file c.cc.
virtual leveldb_comparator_t::~leveldb_comparator_t |
( |
| ) |
|
|
inlinevirtual |
Definition at line 69 of file c.cc.
virtual int leveldb_comparator_t::Compare |
( |
const Slice & |
a, |
|
|
const Slice & |
b |
|
) |
| const |
|
inlinevirtual |
virtual void leveldb_comparator_t::FindShortestSeparator |
( |
std::string * |
, |
|
|
const Slice & |
|
|
) |
| const |
|
inlinevirtual |
virtual void leveldb_comparator_t::FindShortSuccessor |
( |
std::string * |
key | ) |
const |
|
inlinevirtual |
virtual const char* leveldb_comparator_t::Name |
( |
| ) |
const |
|
inlinevirtual |
int(* leveldb_comparator_t::compare_)(void *, const char *a, size_t alen, const char *b, size_t blen) |
Definition at line 63 of file c.cc.
void(* leveldb_comparator_t::destructor_)(void *) |
Definition at line 62 of file c.cc.
const char*(* leveldb_comparator_t::name_)(void *) |
Definition at line 67 of file c.cc.
void* leveldb_comparator_t::state_ |
Definition at line 61 of file c.cc.
The documentation for this struct was generated from the following file: