Bitcoin ABC 0.30.5
P2P Digital Currency
|
This is the complete list of members for BlockFilterIndex, including all inherited members.
AllowPrune() const override | BlockFilterIndex | inlineprivatevirtual |
BlockChecked(const CBlock &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
BlockConnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) override | BaseIndex | protectedvirtual |
BlockDisconnected(const std::shared_ptr< const CBlock > &block, const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockFilterIndex(BlockFilterType filter_type, size_t n_cache_size, bool f_memory=false, bool f_wipe=false) | BlockFilterIndex | explicit |
BlockFinalized(const CBlockIndex *pindex) | CValidationInterface | inlineprotectedvirtual |
BlockInvalidated(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ChainStateFlushed(const CBlockLocator &locator) override | BaseIndex | protectedvirtual |
Commit() | BaseIndex | private |
CommitInternal(CDBBatch &batch) override | BlockFilterIndex | protectedvirtual |
CurrentIndex() | BaseIndex | inlineprotected |
GetDB() const override | BlockFilterIndex | inlineprotectedvirtual |
GetFilterType() const | BlockFilterIndex | inline |
GetName() const override | BlockFilterIndex | inlineprotectedvirtual |
GetSummary() const | BaseIndex | |
GUARDED_BY(m_cs_headers_cache) | BlockFilterIndex | private |
Init() override | BlockFilterIndex | protectedvirtual |
Interrupt() | BaseIndex | |
LookupFilter(const CBlockIndex *block_index, BlockFilter &filter_out) const | BlockFilterIndex | |
LookupFilterHashRange(int start_height, const CBlockIndex *stop_index, std::vector< uint256 > &hashes_out) const | BlockFilterIndex | |
LookupFilterHeader(const CBlockIndex *block_index, uint256 &header_out) EXCLUSIVE_LOCKS_REQUIRED(!m_cs_headers_cache) | BlockFilterIndex | |
LookupFilterRange(int start_height, const CBlockIndex *stop_index, std::vector< BlockFilter > &filters_out) const | BlockFilterIndex | |
m_best_block_index | BaseIndex | private |
m_chainstate | BaseIndex | protected |
m_cs_headers_cache | BlockFilterIndex | private |
m_db | BlockFilterIndex | private |
m_filter_fileseq | BlockFilterIndex | private |
m_filter_type | BlockFilterIndex | private |
m_interrupt | BaseIndex | private |
m_name | BlockFilterIndex | private |
m_next_filter_pos | BlockFilterIndex | private |
m_synced | BaseIndex | private |
m_thread_sync | BaseIndex | private |
NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
ReadFilterFromDisk(const FlatFilePos &pos, BlockFilter &filter) const | BlockFilterIndex | private |
Rewind(const CBlockIndex *current_tip, const CBlockIndex *new_tip) override | BlockFilterIndex | protectedvirtual |
SetBestBlockIndex(const CBlockIndex *block) | BaseIndex | protected |
Start(Chainstate &active_chainstate) | BaseIndex | |
Stop() | BaseIndex | |
ThreadSync() | BaseIndex | private |
TransactionAddedToMempool(const CTransactionRef &tx, std::shared_ptr< const std::vector< Coin > > spent_coins, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
TransactionRemovedFromMempool(const CTransactionRef &tx, MemPoolRemovalReason reason, uint64_t mempool_sequence) | CValidationInterface | inlineprotectedvirtual |
UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload) | CValidationInterface | inlineprotectedvirtual |
WriteBlock(const CBlock &block, const CBlockIndex *pindex) override | BlockFilterIndex | protectedvirtual |
WriteFilterToDisk(FlatFilePos &pos, const BlockFilter &filter) | BlockFilterIndex | private |
~BaseIndex() | BaseIndex | virtual |
~CValidationInterface()=default | CValidationInterface | protected |