![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
This is the complete list of members for TxGraph, including all inherited members.
AbortStaging() noexcept=0 | TxGraph | pure virtual |
AddDependency(const Ref &parent, const Ref &child) noexcept=0 | TxGraph | pure virtual |
AddTransaction(const FeePerWeight &feerate) noexcept=0 | TxGraph | pure virtual |
CommitStaging() noexcept=0 | TxGraph | pure virtual |
CompareMainOrder(const Ref &a, const Ref &b) noexcept=0 | TxGraph | pure virtual |
CountDistinctClusters(std::span< const Ref *const >, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
DoWork() noexcept=0 | TxGraph | pure virtual |
Exists(const Ref &arg, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GetAncestors(const Ref &arg, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GetAncestorsUnion(std::span< const Ref *const > args, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GetCluster(const Ref &arg, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GetDescendants(const Ref &arg, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GetDescendantsUnion(std::span< const Ref *const > args, bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GetIndividualFeerate(const Ref &arg) noexcept=0 | TxGraph | pure virtual |
GetMainChunkFeerate(const Ref &arg) noexcept=0 | TxGraph | pure virtual |
GetRefGraph(Ref &arg) noexcept | TxGraph | inlineprotectedstatic |
GetRefGraph(const Ref &arg) noexcept | TxGraph | inlineprotectedstatic |
GetRefIndex(Ref &arg) noexcept | TxGraph | inlineprotectedstatic |
GetRefIndex(const Ref &arg) noexcept | TxGraph | inlineprotectedstatic |
GetTransactionCount(bool main_only=false) noexcept=0 | TxGraph | pure virtual |
GraphIndex typedef | TxGraph | |
HaveStaging() const noexcept=0 | TxGraph | pure virtual |
IsOversized(bool main_only=false) noexcept=0 | TxGraph | pure virtual |
RemoveTransaction(const Ref &arg) noexcept=0 | TxGraph | pure virtual |
SanityCheck() const =0 | TxGraph | pure virtual |
SetTransactionFee(const Ref &arg, int64_t fee) noexcept=0 | TxGraph | pure virtual |
StartStaging() noexcept=0 | TxGraph | pure virtual |
TxGraph::Ref | TxGraph | friend |
UnlinkRef(GraphIndex index) noexcept=0 | TxGraph | protectedpure virtual |
UpdateRef(GraphIndex index, Ref &new_location) noexcept=0 | TxGraph | protectedpure virtual |
~TxGraph()=default | TxGraph | virtual |