Bitcoin Core  27.99.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
CreateObfuscateKey() constCDBWrapperprivate
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
DBContext() const LIFETIMEBOUNDCDBWrapperinlineprivate
DynamicMemoryUsage() constCDBWrapper
Erase(const K &key, bool fSync=false)CDBWrapperinline
EstimateSize(const K &key_begin, const K &key_end) constCDBWrapperinline
EstimateSizeImpl(Span< const std::byte > key1, Span< const std::byte > key2) constCDBWrapperprivate
Exists(const K &key) constCDBWrapperinline
ExistsImpl(Span< const std::byte > key) constCDBWrapperprivate
IsEmpty()CDBWrapper
m_db_contextCDBWrapperprivate
m_is_memoryCDBWrapperprivate
m_nameCDBWrapperprivate
m_pathCDBWrapperprivate
NewIterator()CDBWrapper
obfuscate_keyCDBWrapperprivate
OBFUSCATE_KEY_KEYCDBWrapperprivatestatic
OBFUSCATE_KEY_NUM_BYTESCDBWrapperprivatestatic
operator=(const CDBWrapper &)=deleteCDBWrapper
Read(const K &key, V &value) constCDBWrapperinline
ReadBestBlock(CBlockLocator &locator) constBaseIndex::DB
ReadImpl(Span< const std::byte > key) constCDBWrapperprivate
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