![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
This is the complete list of members for BaseIndex, including all inherited members.
| ActiveTipChange(const CBlockIndex &new_tip, bool is_ibd) | CValidationInterface | inlineprotectedvirtual |
| AllowPrune() const =0 | BaseIndex | privatepure virtual |
| BaseIndex(std::unique_ptr< interfaces::Chain > chain, std::string name) | BaseIndex | |
| BlockChecked(const std::shared_ptr< const CBlock > &, const BlockValidationState &) | CValidationInterface | inlineprotectedvirtual |
| BlockConnected(ChainstateRole role, 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 |
| ChainStateFlushed(ChainstateRole role, const CBlockLocator &locator) override | BaseIndex | protectedvirtual |
| Commit() | BaseIndex | private |
| CustomAppend(const interfaces::BlockInfo &block) | BaseIndex | inlineprotectedvirtual |
| CustomCommit(CDBBatch &batch) | BaseIndex | inlineprotectedvirtual |
| CustomInit(const std::optional< interfaces::BlockRef > &block) | BaseIndex | inlineprotectedvirtual |
| CustomOptions() | BaseIndex | inlineprotectedvirtual |
| CustomRemove(const interfaces::BlockInfo &block) | BaseIndex | inlineprotectedvirtual |
| FatalErrorf(util::ConstevalFormatString< sizeof...(Args)> fmt, const Args &... args) | BaseIndex | private |
| GetDB() const =0 | BaseIndex | protectedpure virtual |
| GetName() const LIFETIMEBOUND | BaseIndex | inline |
| GetSummary() const | BaseIndex | |
| Init() | BaseIndex | |
| Interrupt() | BaseIndex | |
| m_best_block_index | BaseIndex | private |
| m_chain | BaseIndex | protected |
| m_chainstate | BaseIndex | protected |
| m_init | BaseIndex | private |
| m_interrupt | BaseIndex | private |
| m_name | BaseIndex | protected |
| m_synced | BaseIndex | private |
| m_thread_sync | BaseIndex | private |
| MempoolTransactionsRemovedForBlock(const std::vector< RemovedMempoolTransactionInfo > &txs_removed_for_block, unsigned int nBlockHeight) | CValidationInterface | inlineprotectedvirtual |
| NewPoWValidBlock(const CBlockIndex *pindex, const std::shared_ptr< const CBlock > &block) | CValidationInterface | inlineprotectedvirtual |
| ProcessBlock(const CBlockIndex *pindex, const CBlock *block_data=nullptr) | BaseIndex | private |
| Rewind(const CBlockIndex *current_tip, const CBlockIndex *new_tip) | BaseIndex | private |
| SetBestBlockIndex(const CBlockIndex *block) | BaseIndex | protected |
| StartBackgroundSync() | BaseIndex | |
| Stop() | BaseIndex | |
| Sync() | BaseIndex | |
| TransactionAddedToMempool(const NewMempoolTransactionInfo &tx, 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 |
| ~BaseIndex() | BaseIndex | virtual |
| ~CValidationInterface()=default | CValidationInterface | protected |