![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <coins.h>
Public Member Functions | |
CCoins * | operator-> () |
CCoins & | operator* () |
~CCoinsModifier () | |
Private Member Functions | |
CCoinsModifier (CCoinsViewCache &cache_, CCoinsMap::iterator it_, size_t usage) | |
Private Attributes | |
CCoinsViewCache & | cache |
CCoinsMap::iterator | it |
size_t | cachedCoinUsage |
Friends | |
class | CCoinsViewCache |
A reference to a mutable cache entry. Encapsulating it allows us to run cleanup code after the modification is finished, and keeping track of concurrent modifications.
|
private |
|
friend |
|
private |
Definition at line 367 of file coins.h.
Referenced by CCoinsModifier(), and ~CCoinsModifier().
|
private |
Definition at line 369 of file coins.h.
Referenced by ~CCoinsModifier().
|
private |
Definition at line 368 of file coins.h.
Referenced by operator*(), operator->(), and ~CCoinsModifier().