Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CCoinsViewCache::ResetGuard Class Reference

#include <coins.h>

Collaboration diagram for CCoinsViewCache::ResetGuard:
[legend]

Public Member Functions

 ResetGuard (const ResetGuard &)=delete
ResetGuardoperator= (const ResetGuard &)=delete
 ResetGuard (ResetGuard &&)=delete
ResetGuardoperator= (ResetGuard &&)=delete
 ~ResetGuard ()

Private Member Functions

 ResetGuard (CCoinsViewCache &cache LIFETIMEBOUND) noexcept

Private Attributes

friend CCoinsViewCache
CCoinsViewCachem_cache

Detailed Description

Definition at line 502 of file coins.h.

Constructor & Destructor Documentation

◆ ResetGuard() [1/3]

CCoinsViewCache::ResetGuard::ResetGuard ( CCoinsViewCache &cache LIFETIMEBOUND)
inlineexplicitprivatenoexcept

Definition at line 507 of file coins.h.

Here is the caller graph for this function:

◆ ResetGuard() [2/3]

CCoinsViewCache::ResetGuard::ResetGuard ( const ResetGuard & )
delete
Here is the call graph for this function:

◆ ResetGuard() [3/3]

CCoinsViewCache::ResetGuard::ResetGuard ( ResetGuard && )
delete
Here is the call graph for this function:

◆ ~ResetGuard()

CCoinsViewCache::ResetGuard::~ResetGuard ( )
inline

Definition at line 515 of file coins.h.

Member Function Documentation

◆ operator=() [1/2]

ResetGuard & CCoinsViewCache::ResetGuard::operator= ( const ResetGuard & )
delete
Here is the call graph for this function:

◆ operator=() [2/2]

ResetGuard & CCoinsViewCache::ResetGuard::operator= ( ResetGuard && )
delete
Here is the call graph for this function:

Member Data Documentation

◆ CCoinsViewCache

friend CCoinsViewCache::ResetGuard::CCoinsViewCache
private

Definition at line 505 of file coins.h.

◆ m_cache

CCoinsViewCache& CCoinsViewCache::ResetGuard::m_cache
private

Definition at line 506 of file coins.h.


The documentation for this class was generated from the following file: