Bitcoin Core  25.99.0
P2P Digital Currency
CBlockTreeDB Member List

This is the complete list of members for CBlockTreeDB, including all inherited members.

CDBWrapper(const DBParams &params)CBlockTreeDB
CDBWrapper(const CDBWrapper &)=deleteCBlockTreeDB
CDBWrapper::CDBWrapper(const DBParams &params)CDBWrapper
CDBWrapper::CDBWrapper(const CDBWrapper &)=deleteCDBWrapper
CreateObfuscateKey() constCDBWrapperprivate
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
ReadBlockFileInfo(int nFile, CBlockFileInfo &info)CBlockTreeDB
ReadFlag(const std::string &name, bool &fValue)CBlockTreeDB
ReadImpl(Span< const std::byte > key) constCDBWrapperprivate
ReadLastBlockFile(int &nFile)CBlockTreeDB
ReadReindexing(bool &fReindexing)CBlockTreeDB
StoragePath()CDBWrapperinline
Write(const K &key, const V &value, bool fSync=false)CDBWrapperinline
WriteBatch(CDBBatch &batch, bool fSync=false)CDBWrapper
WriteBatchSync(const std::vector< std::pair< int, const CBlockFileInfo * > > &fileInfo, int nLastFile, const std::vector< const CBlockIndex * > &blockinfo)CBlockTreeDB
WriteFlag(const std::string &name, bool fValue)CBlockTreeDB
WriteReindexing(bool fReindexing)CBlockTreeDB
~CDBWrapper()CDBWrapper