Bitcoin Core  28.1.0
P2P Digital Currency
TxIndex::DB Member List

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

CDBWrapper(const DBParams &params)CDBWrapper
CDBWrapper(const CDBWrapper &)=deleteCDBWrapper
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
IsEmpty()CDBWrapper
NewIterator()CDBWrapper
operator=(const CDBWrapper &)=deleteCDBWrapper
Read(const K &key, V &value) constCDBWrapperinline
ReadBestBlock(CBlockLocator &locator) constBaseIndex::DB
ReadTxPos(const uint256 &txid, CDiskTxPos &pos) constTxIndex::DB
StoragePath()CDBWrapperinline
Write(const K &key, const V &value, bool fSync=false)CDBWrapperinline
WriteBatch(CDBBatch &batch, bool fSync=false)CDBWrapper
WriteBestBlock(CDBBatch &batch, const CBlockLocator &locator)BaseIndex::DB
WriteTxs(const std::vector< std::pair< uint256, CDiskTxPos >> &v_pos)TxIndex::DB
~CDBWrapper()CDBWrapper