[#cluster_linearize-DepGraph-AddDependencies] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::AddDependencies :relfileprefix: ../../ :mrdocs: Modify this transaction graph, adding multiple parents to a specified child. == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AddDependencies( SetType const& parents, xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] child) noexcept; ---- == Description Complexity: O(N) where N=TxCount(). == Parameters [cols="1,4"] |=== | Name| Description | *parents* | The set of parent positions to add. | *child* | The child position that gains the parents. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#