CCoinsViewCache::ResetGuard

Scope guard that calls Reset() on its cache when it goes out of scope.

Synopsis

Declared in <coins.h>

class ResetGuard;

Member Functions

NameDescription
ResetGuard [constructor]Constructors
~ResetGuard [destructor]Reset the guarded cache when the guard is destroyed.
operator= Assignment operators

Friends

NameDescription
CCoinsViewCacheCCoinsView that adds a memory cache for transactions to another CCoinsView