Bitcoin ABC  0.26.3
P2P Digital Currency
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
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
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
iteroptionsCDBWrapperprivate
m_is_memoryCDBWrapperprivate
m_nameCDBWrapperprivate
m_pathCDBWrapperprivate
NewIterator()CDBWrapperinline
obfuscate_keyCDBWrapperprivate
OBFUSCATE_KEY_KEYCDBWrapperprivatestatic
OBFUSCATE_KEY_NUM_BYTESCDBWrapperprivatestatic
operator=(const CDBWrapper &)=deleteCDBWrapper
optionsCDBWrapperprivate
pdbCDBWrapperprivate
penvCDBWrapperprivate
Read(const K &key, V &value) constCDBWrapperinline
ReadBestBlock(CBlockLocator &locator) constBaseIndex::DB
readoptionsCDBWrapperprivate
ReadTxPos(const TxId &txid, CDiskTxPos &pos) constTxIndex::DB
StoragePath()CDBWrapperinline
syncoptionsCDBWrapperprivate
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
writeoptionsCDBWrapperprivate
WriteTxs(const std::vector< std::pair< TxId, CDiskTxPos >> &v_pos)TxIndex::DB
~CDBWrapper()CDBWrapper