[#cluster_linearize-SetInfo-Set] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/SetInfo.adoc[SetInfo]::Set :relfileprefix: ../../ :mrdocs: Add a transaction to this SetInfo (which must not yet be in it). == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Set( xref:cluster_linearize/DepGraph.adoc[DepGraph<SetType>] const& depgraph, xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] pos) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *depgraph* | The graph the transaction belongs to. | *pos* | The position of the transaction to add. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#