![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for leveldb::DB, including all inherited members.
CompactRange(const Slice *begin, const Slice *end)=0 | leveldb::DB | pure virtual |
DB() | leveldb::DB | inline |
DB(const DB &) | leveldb::DB | private |
Delete(const WriteOptions &options, const Slice &key)=0 | leveldb::DB | pure virtual |
Get(const ReadOptions &options, const Slice &key, std::string *value)=0 | leveldb::DB | pure virtual |
GetApproximateSizes(const Range *range, int n, uint64_t *sizes)=0 | leveldb::DB | pure virtual |
GetProperty(const Slice &property, std::string *value)=0 | leveldb::DB | pure virtual |
GetSnapshot()=0 | leveldb::DB | pure virtual |
NewIterator(const ReadOptions &options)=0 | leveldb::DB | pure virtual |
Open(const Options &options, const std::string &name, DB **dbptr) | leveldb::DB | static |
operator=(const DB &) | leveldb::DB | private |
Put(const WriteOptions &options, const Slice &key, const Slice &value)=0 | leveldb::DB | pure virtual |
ReleaseSnapshot(const Snapshot *snapshot)=0 | leveldb::DB | pure virtual |
Write(const WriteOptions &options, WriteBatch *updates)=0 | leveldb::DB | pure virtual |
~DB() | leveldb::DB | virtual |