Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::db::LevelDB Member List

This is the complete list of members for dev::db::LevelDB, including all inherited members.

commit(std::unique_ptr< WriteBatchFace > _batch) overridedev::db::LevelDBvirtual
createWriteBatch() const overridedev::db::LevelDBvirtual
defaultDBOptions()dev::db::LevelDBstatic
defaultReadOptions()dev::db::LevelDBstatic
defaultWriteOptions()dev::db::LevelDBstatic
exists(Slice _key) const overridedev::db::LevelDBvirtual
forEach(std::function< bool(Slice, Slice)> _f) const overridedev::db::LevelDBvirtual
insert(Slice _key, Slice _value) overridedev::db::LevelDBvirtual
kill(Slice _key) overridedev::db::LevelDBvirtual
LevelDB(boost::filesystem::path const &_path, leveldb::ReadOptions _readOptions=defaultReadOptions(), leveldb::WriteOptions _writeOptions=defaultWriteOptions(), leveldb::Options _dbOptions=defaultDBOptions())dev::db::LevelDBexplicit
lookup(Slice _key) const overridedev::db::LevelDBvirtual
~DatabaseFace()=defaultdev::db::DatabaseFacevirtual