![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
This is the complete list of members for CTxMemPool, including all inherited members.
| addNewTransaction(CTxMemPool::txiter it) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| AddTransactionsUpdated(unsigned int n) | CTxMemPool | |
| AddUnbroadcastTx(const Txid &txid) | CTxMemPool | inline |
| Apply(CTxMemPool::ChangeSet *changeset) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| ApplyDelta(const Txid &hash, CAmount &nFeeDelta) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CalculateAncestorData(const CTxMemPoolEntry &entry) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CalculateDescendantData(const CTxMemPoolEntry &entry) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CalculateDescendants(txiter it, setEntries &setDescendants) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CalculateDescendants(const CTxMemPoolEntry &entry, setEntries &setDescendants) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CalculateMemPoolAncestors(const CTxMemPoolEntry &entry) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CheckPolicyLimits(const CTransactionRef &tx) | CTxMemPool | |
| ClearPrioritisation(const Txid &hash) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| CompareMiningScoreWithTopology(const Wtxid &hasha, const Wtxid &hashb) const | CTxMemPool | |
| cs | CTxMemPool | mutable |
| cs_main | CTxMemPool | |
| CTxMemPool(Options opts, bilingual_str &error) | CTxMemPool | explicit |
| CTxMemPool::ChangeSet | CTxMemPool | friend |
| DynamicMemoryUsage() const | CTxMemPool | |
| entryAll() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| exists(const Txid &txid) const | CTxMemPool | inline |
| exists(const Wtxid &wtxid) const | CTxMemPool | inline |
| Expire(std::chrono::seconds time) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GatherClusters(const std::vector< Txid > &txids) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| get(const Txid &hash) const | CTxMemPool | |
| GetAncestorCount(const CTxMemPoolEntry &e) const | CTxMemPool | inline |
| GetAndIncrementSequence() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetBlockBuilderChunk(std::vector< CTxMemPoolEntry::CTxMemPoolEntryRef > &entries) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetChangeSet() EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetChildren(const CTxMemPoolEntry &entry) const | CTxMemPool | |
| GetCluster(Txid txid) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetConflictTx(const COutPoint &prevout) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetDescendantCount(txiter it) const | CTxMemPool | inline |
| GetDescendantCount(const CTxMemPoolEntry &e) const | CTxMemPool | inline |
| GetEntry(const Txid &txid) const LIFETIMEBOUND EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetFeerateDiagram() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetInfo(CTxMemPool::indexed_transaction_set::const_iterator it) | CTxMemPool | inlineprivatestatic |
| GetIter(const Txid &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetIter(const Wtxid &wtxid) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetIterSet(const std::set< Txid > &hashes) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetIterVec(const std::vector< Txid > &txids) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| GetLoadTried() const | CTxMemPool | |
| GetMainChunkFeerate(const CTxMemPoolEntry &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetMinFee(size_t sizelimit) const | CTxMemPool | protected |
| GetMinFee() const | CTxMemPool | inline |
| GetParents(const CTxMemPoolEntry &entry) const | CTxMemPool | |
| GetPrioritisedTransactions() const EXCLUSIVE_LOCKS_REQUIRED(!cs) | CTxMemPool | |
| GetSequence() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetSortedScoreWithTopology() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| GetTotalFee() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetTotalTxSize() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GetTransactionAncestry(const Txid &txid, size_t &ancestors, size_t &cluster_count, size_t *ancestorsize=nullptr, CAmount *ancestorfees=nullptr) const | CTxMemPool | |
| GetTransactionsUpdated() const | CTxMemPool | |
| GetUnbroadcastTxs() const | CTxMemPool | inline |
| GetUniqueClusterCount(const setEntries &iters_conflicting) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| GUARDED_BY(cs) | CTxMemPool | inlineprotected |
| GUARDED_BY(cs) | CTxMemPool | inlineprotected |
| GUARDED_BY(cs) | CTxMemPool | inlineprotected |
| GUARDED_BY(cs) | CTxMemPool | inlinemutableprotected |
| GUARDED_BY(cs) | CTxMemPool | inlinemutableprotected |
| GUARDED_BY(cs) | CTxMemPool | inlinemutableprotected |
| GUARDED_BY(cs) | CTxMemPool | inlinemutableprotected |
| GUARDED_BY(cs) | CTxMemPool | inlinemutableprotected |
| GUARDED_BY(cs) | CTxMemPool | inlineprotected |
| GUARDED_BY(cs) | CTxMemPool | |
| GUARDED_BY(cs) | CTxMemPool | mutable |
| GUARDED_BY(cs) | CTxMemPool | |
| GUARDED_BY(cs) | CTxMemPool | |
| GUARDED_BY(cs) | CTxMemPool | private |
| GUARDED_BY(cs) | CTxMemPool | |
| GUARDED_BY(cs) | CTxMemPool | |
| GUARDED_BY(cs) | CTxMemPool | inline |
| HasDescendants(const Txid &txid) const | CTxMemPool | |
| HasNoInputsOf(const CTransaction &tx) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| IncludeBuilderChunk() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| indexed_transaction_set typedef | CTxMemPool | |
| info(const T &id) const | CTxMemPool | inline |
| info_for_relay(const T &id, uint64_t last_sequence) const | CTxMemPool | inline |
| infoAll() const | CTxMemPool | |
| isSpent(const COutPoint &outpoint) const | CTxMemPool | |
| IsUnbroadcastTx(const Txid &txid) const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| it | CTxMemPool | |
| Limits typedef | CTxMemPool | |
| LOCKS_EXCLUDED(m_epoch) | CTxMemPool | |
| m_epoch | CTxMemPool | |
| m_opts | CTxMemPool | |
| nTransactionsUpdated | CTxMemPool | protected |
| Options typedef | CTxMemPool | |
| PrioritiseTransaction(const Txid &hash, const CAmount &nFeeDelta) | CTxMemPool | |
| removeConflicts(const CTransaction &tx) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| removeForBlock(const std::vector< CTransactionRef > &vtx, unsigned int nBlockHeight) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| removeForReorg(CChain &chain, std::function< bool(txiter)> filter_final_and_mature) EXCLUSIVE_LOCKS_REQUIRED(cs | CTxMemPool | |
| removeRecursive | CTxMemPool | |
| removeRecursive(txiter to_remove, MemPoolRemovalReason reason) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| RemoveStaged(setEntries &stage, MemPoolRemovalReason reason) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| RemoveUnbroadcastTx(const Txid &txid, const bool unchecked=false) | CTxMemPool | |
| removeUnchecked(txiter entry, MemPoolRemovalReason reason) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | private |
| ROLLING_FEE_HALFLIFE | CTxMemPool | static |
| setEntries typedef | CTxMemPool | |
| SetLoadTried(bool load_tried) | CTxMemPool | |
| size() const | CTxMemPool | inline |
| SkipBuilderChunk() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| StartBlockBuilding() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| StopBlockBuilding() const EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | inline |
| trackPackageRemoved(const CFeeRate &rate) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | protected |
| TrimToSize(size_t sizelimit, std::vector< COutPoint > *pvNoSpendsRemaining=nullptr) EXCLUSIVE_LOCKS_REQUIRED(cs) | CTxMemPool | |
| txiter typedef | CTxMemPool | |
| UpdateTransactionsFromBlock(const std::vector< Txid > &vHashesToUpdate) EXCLUSIVE_LOCKS_REQUIRED(cs | CTxMemPool | |
| visited(const txiter it) const EXCLUSIVE_LOCKS_REQUIRED(cs | CTxMemPool | |
| visited(std::optional< txiter > it) const EXCLUSIVE_LOCKS_REQUIRED(cs | CTxMemPool |