Inform the TxGraph implementation that a TxGraph::Ref has moved.
Synopsis
Declared in <txgraph.h>
virtual
void
UpdateRef(
GraphIndex index,
Ref& new_location) noexcept = 0;
Parameters
Name |
Description |
index |
Internal index of the transaction whose Ref moved. |
new_location |
The Ref's new location. |
Created with MrDocs