BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
BaseIndex::DB Member List

This is the complete list of members for BaseIndex::DB, including all inherited members.

CDBWrapper(const fs::path &path, size_t nCacheSize, bool fMemory=false, bool fWipe=false, bool obfuscate=false)CDBWrapper
CDBWrapper(const CDBWrapper &)=deleteCDBWrapper
CompactRange(const K &key_begin, const K &key_end) constCDBWrapperinline
DB(const fs::path &path, size_t n_cache_size, bool f_memory=false, bool f_wipe=false, bool f_obfuscate=false)BaseIndex::DB
DynamicMemoryUsage() constCDBWrapper
Erase(const K &key, bool fSync=false)CDBWrapperinline
EstimateSize(const K &key_begin, const K &key_end) constCDBWrapperinline
Exists(const K &key) constCDBWrapperinline
Flush()CDBWrapperinline
IsEmpty()CDBWrapper
NewIterator()CDBWrapperinline
operator=(const CDBWrapper &)=deleteCDBWrapper
Read(const K &key, V &value) constCDBWrapperinline
ReadBestBlock(CBlockLocator &locator) constBaseIndex::DB
Sync()CDBWrapperinline
Write(const K &key, const V &value, bool fSync=false)CDBWrapperinline
WriteBatch(CDBBatch &batch, bool fSync=false)CDBWrapper
WriteBestBlock(const CBlockLocator &locator)BaseIndex::DB
~CDBWrapper()CDBWrapper