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

This is the complete list of members for TxIndex::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(size_t n_cache_size, bool f_memory=false, bool f_wipe=false)TxIndex::DBexplicit
BaseIndex::DB::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
MigrateData(CBlockTreeDB &block_tree_db, const CBlockLocator &best_locator)TxIndex::DB
NewIterator()CDBWrapperinline
operator=(const CDBWrapper &)=deleteCDBWrapper
Read(const K &key, V &value) constCDBWrapperinline
ReadBestBlock(CBlockLocator &locator) constBaseIndex::DB
ReadTxPos(const uint256 &txid, CDiskTxPos &pos) constTxIndex::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
WriteTxs(const std::vector< std::pair< uint256, CDiskTxPos >> &v_pos)TxIndex::DB
~CDBWrapper()CDBWrapper