[#cluster_linearize-SetInfo-2constructor-03] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SetInfo.adoc[SetInfo]::SetInfo :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<cluster_linearize.h>` Construct a SetInfo for the empty set. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:cluster_linearize/SetInfo/2constructor-02.adoc[SetInfo]() noexcept = default; ---- [.small]#xref:cluster_linearize/SetInfo/2constructor-02.adoc[_» more..._]# Construct a SetInfo for a specified set and feerate. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:cluster_linearize/SetInfo/2constructor-05.adoc[SetInfo]( SetType const& txn, xref:FeeFrac.adoc[FeeFrac] const& fr) noexcept; ---- [.small]#xref:cluster_linearize/SetInfo/2constructor-05.adoc[_» more..._]# Construct a SetInfo for a given transaction in a depgraph. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:cluster_linearize/SetInfo/2constructor-0f.adoc[SetInfo]( xref:cluster_linearize/DepGraph.adoc[DepGraph<SetType>] const& depgraph, xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] pos) noexcept; ---- [.small]#xref:cluster_linearize/SetInfo/2constructor-0f.adoc[_» more..._]# Construct a SetInfo for a set of transactions in a depgraph. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:cluster_linearize/SetInfo/2constructor-00.adoc[SetInfo]( xref:cluster_linearize/DepGraph.adoc[DepGraph<SetType>] const& depgraph, SetType const& txn) noexcept; ---- [.small]#xref:cluster_linearize/SetInfo/2constructor-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *txn* | The transactions in the set. | *fr* | Their combined fee and size. | *depgraph* | The graph the transaction belongs to. | *pos* | The position of the single transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#