![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <txgraph.h>
Public Member Functions | |
| Ref () noexcept=default | |
| Construct an empty Ref. | |
| virtual | ~Ref () |
| Destroy this Ref. | |
| Ref & | operator= (Ref &&other) noexcept=delete |
| Ref (Ref &&other) noexcept | |
| Ref & | operator= (const Ref &)=delete |
| Ref (const Ref &)=delete | |
Private Attributes | |
| TxGraph * | m_graph = nullptr |
| Which Graph the Entry lives in. | |
| GraphIndex | m_index = GraphIndex(-1) |
| Index into the Graph's m_entries. | |
Friends | |
| class | TxGraph |
|
defaultnoexcept |
Construct an empty Ref.
It can be initialized through TxGraph::AddTransaction.
|
virtual |
Destroy this Ref.
If it is not empty, the corresponding transaction is removed (in both main and staging, if it exists).
Definition at line 3552 of file txgraph.cpp.
|
noexcept |
|
delete |
|
private |
|
private |