![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
A reference to a mutable cache entry. More...
#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 |
1.8.17