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

Synopsis

Declared in <coins.h>

class ResetGuard;

Member Functions

Name

Description

ResetGuard [constructor]

Constructors

~ResetGuard [destructor]

Reset the guarded cache when the guard is destroyed.

operator=

Assignment operators

Friends

Name

Description

CCoinsViewCache

CCoinsView that adds a memory cache for transactions to another CCoinsView

Created with MrDocs