#include <txgraph.h>
Definition at line 229 of file txgraph.h.
◆ Ref() [1/3]
◆ ~Ref()
Destroy this Ref.
If it is not empty, the corresponding transaction is removed (in both main and staging, if it exists).
Definition at line 3456 of file txgraph.cpp.
◆ Ref() [2/3]
| TxGraph::Ref::Ref |
( |
Ref && |
other | ) |
|
|
noexcept |
◆ Ref() [3/3]
| TxGraph::Ref::Ref |
( |
const Ref & |
| ) |
|
|
delete |
◆ operator=() [1/2]
| Ref & TxGraph::Ref::operator= |
( |
const Ref & |
| ) |
|
|
delete |
◆ operator=() [2/2]
◆ TxGraph
◆ m_graph
| TxGraph* TxGraph::Ref::m_graph = nullptr |
|
private |
Which Graph the Entry lives in.
nullptr if this Ref is empty.
Definition at line 234 of file txgraph.h.
◆ m_index
Index into the Graph's m_entries.
Only used if m_graph != nullptr.
Definition at line 236 of file txgraph.h.
The documentation for this class was generated from the following files: