![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
This is the complete list of members for dev::db::LevelDB, including all inherited members.
| commit(std::unique_ptr< WriteBatchFace > _batch) override | dev::db::LevelDB | virtual |
| createWriteBatch() const override | dev::db::LevelDB | virtual |
| defaultDBOptions() | dev::db::LevelDB | static |
| defaultReadOptions() | dev::db::LevelDB | static |
| defaultWriteOptions() | dev::db::LevelDB | static |
| exists(Slice _key) const override | dev::db::LevelDB | virtual |
| forEach(std::function< bool(Slice, Slice)> _f) const override | dev::db::LevelDB | virtual |
| insert(Slice _key, Slice _value) override | dev::db::LevelDB | virtual |
| kill(Slice _key) override | dev::db::LevelDB | virtual |
| LevelDB(boost::filesystem::path const &_path, leveldb::ReadOptions _readOptions=defaultReadOptions(), leveldb::WriteOptions _writeOptions=defaultWriteOptions(), leveldb::Options _dbOptions=defaultDBOptions()) | dev::db::LevelDB | explicit |
| lookup(Slice _key) const override | dev::db::LevelDB | virtual |
| ~DatabaseFace()=default | dev::db::DatabaseFace | virtual |