TxGraph::GetRefGraph

GetRefGraph overloads

Synopses

Declared in <txgraph.h>

Access the graph a Ref belongs to (mutable overload).

static
TxGraph*&
GetRefGraph(Ref& arg) noexcept;
» more...

Access the graph a Ref belongs to.

static
TxGraph*
GetRefGraph(Ref const& arg) noexcept;
» more...

Return Value

  • A mutable reference to the Ref's owning graph pointer.
  • The Ref's owning graph pointer.

Parameters

NameDescription
argThe Ref to inspect.