Bitcoin Core  27.99.0
P2P Digital Currency
CTxMemPoolEntry Member List

This is the complete list of members for CTxMemPoolEntry, including all inherited members.

Children typedefCTxMemPoolEntry
CTxMemPoolEntry(const CTxMemPoolEntry &)=defaultCTxMemPoolEntryprivate
CTxMemPoolEntry(const CTransactionRef &tx, CAmount fee, int64_t time, unsigned int entry_height, uint64_t entry_sequence, bool spends_coinbase, int64_t sigops_cost, LockPoints lp)CTxMemPoolEntryinline
CTxMemPoolEntry(ExplicitCopyTag, const CTxMemPoolEntry &entry)CTxMemPoolEntryinline
CTxMemPoolEntry(CTxMemPoolEntry &&)=deleteCTxMemPoolEntry
CTxMemPoolEntryRef typedefCTxMemPoolEntry
DynamicMemoryUsage() constCTxMemPoolEntryinline
entry_sequenceCTxMemPoolEntryprivate
entryHeightCTxMemPoolEntryprivate
ExplicitCopyCTxMemPoolEntrystatic
GetCountWithAncestors() constCTxMemPoolEntryinline
GetCountWithDescendants() constCTxMemPoolEntryinline
GetFee() constCTxMemPoolEntryinline
GetHeight() constCTxMemPoolEntryinline
GetLockPoints() constCTxMemPoolEntryinline
GetMemPoolChildren() constCTxMemPoolEntryinline
GetMemPoolChildrenConst() constCTxMemPoolEntryinline
GetMemPoolParents() constCTxMemPoolEntryinline
GetMemPoolParentsConst() constCTxMemPoolEntryinline
GetModFeesWithAncestors() constCTxMemPoolEntryinline
GetModFeesWithDescendants() constCTxMemPoolEntryinline
GetModifiedFee() constCTxMemPoolEntryinline
GetSequence() constCTxMemPoolEntryinline
GetSharedTx() constCTxMemPoolEntryinline
GetSigOpCost() constCTxMemPoolEntryinline
GetSigOpCostWithAncestors() constCTxMemPoolEntryinline
GetSizeWithAncestors() constCTxMemPoolEntryinline
GetSizeWithDescendants() constCTxMemPoolEntryinline
GetSpendsCoinbase() constCTxMemPoolEntryinline
GetTime() constCTxMemPoolEntryinline
GetTx() constCTxMemPoolEntryinline
GetTxSize() constCTxMemPoolEntryinline
GetTxWeight() constCTxMemPoolEntryinline
idx_randomizedCTxMemPoolEntrymutable
lockPointsCTxMemPoolEntrymutableprivate
m_childrenCTxMemPoolEntrymutableprivate
m_count_with_ancestorsCTxMemPoolEntryprivate
m_count_with_descendantsCTxMemPoolEntryprivate
m_epoch_markerCTxMemPoolEntrymutable
m_modified_feeCTxMemPoolEntryprivate
m_parentsCTxMemPoolEntrymutableprivate
nFeeCTxMemPoolEntryprivate
nModFeesWithAncestorsCTxMemPoolEntryprivate
nModFeesWithDescendantsCTxMemPoolEntryprivate
nSigOpCostWithAncestorsCTxMemPoolEntryprivate
nSizeWithAncestorsCTxMemPoolEntryprivate
nSizeWithDescendantsCTxMemPoolEntryprivate
nTimeCTxMemPoolEntryprivate
nTxWeightCTxMemPoolEntryprivate
nUsageSizeCTxMemPoolEntryprivate
operator=(const CTxMemPoolEntry &)=deleteCTxMemPoolEntry
operator=(CTxMemPoolEntry &&)=deleteCTxMemPoolEntry
Parents typedefCTxMemPoolEntry
sigOpCostCTxMemPoolEntryprivate
spendsCoinbaseCTxMemPoolEntryprivate
txCTxMemPoolEntryprivate
UpdateAncestorState(int32_t modifySize, CAmount modifyFee, int64_t modifyCount, int64_t modifySigOps)CTxMemPoolEntry
UpdateDescendantState(int32_t modifySize, CAmount modifyFee, int64_t modifyCount)CTxMemPoolEntry
UpdateLockPoints(const LockPoints &lp) constCTxMemPoolEntryinline
UpdateModifiedFee(CAmount fee_diff)CTxMemPoolEntryinline