Bitcoin Core 29.99.0
P2P Digital Currency
Classes | Functions | Variables
txgraph.h File Reference
#include <compare>
#include <stdint.h>
#include <memory>
#include <vector>
#include <util/feefrac.h>
Include dependency graph for txgraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TxGraph
 Data structure to encapsulate fees, sizes, and dependencies for a set of transactions. More...
 
class  TxGraph::Ref
 

Functions

std::unique_ptr< TxGraphMakeTxGraph (unsigned max_cluster_count) noexcept
 Construct a new TxGraph with the specified limit on transactions within a cluster. More...
 

Variables

static constexpr unsigned MAX_CLUSTER_COUNT_LIMIT {64}
 

Function Documentation

◆ MakeTxGraph()

std::unique_ptr< TxGraph > MakeTxGraph ( unsigned  max_cluster_count)
noexcept

Construct a new TxGraph with the specified limit on transactions within a cluster.

That number cannot exceed MAX_CLUSTER_COUNT_LIMIT.

Definition at line 2117 of file txgraph.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ MAX_CLUSTER_COUNT_LIMIT

constexpr unsigned MAX_CLUSTER_COUNT_LIMIT {64}
staticconstexpr

Definition at line 15 of file txgraph.h.