Scope guard that calls Reset() on its cache when it goes out of scope.
Declared in <coins.h>
class ResetGuard;
| Name | Description |
|---|---|
ResetGuard [constructor] | Constructors |
~ResetGuard [destructor] | Reset the guarded cache when the guard is destroyed. |
operator= | Assignment operators |
| Name | Description |
|---|---|
CCoinsViewCache | CCoinsView that adds a memory cache for transactions to another CCoinsView |