Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
WalletModel::UnlockContext Class Reference

#include <walletmodel.h>

Collaboration diagram for WalletModel::UnlockContext:
[legend]

Public Member Functions

 UnlockContext (WalletModel *wallet, bool valid, bool relock)
 
 ~UnlockContext ()
 
bool isValid () const
 
 UnlockContext (const UnlockContext &)=delete
 
 UnlockContext (UnlockContext &&)=delete
 
UnlockContextoperator= (const UnlockContext &)=delete
 
UnlockContextoperator= (UnlockContext &&)=delete
 

Private Attributes

WalletModelwallet
 
const bool valid
 
const bool relock
 

Detailed Description

Definition at line 110 of file walletmodel.h.

Constructor & Destructor Documentation

◆ UnlockContext() [1/3]

WalletModel::UnlockContext::UnlockContext ( WalletModel wallet,
bool  valid,
bool  relock 
)

Definition at line 466 of file walletmodel.cpp.

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 473 of file walletmodel.cpp.

◆ UnlockContext() [2/3]

WalletModel::UnlockContext::UnlockContext ( const UnlockContext )
delete

◆ UnlockContext() [3/3]

WalletModel::UnlockContext::UnlockContext ( UnlockContext &&  )
delete

Member Function Documentation

◆ isValid()

bool WalletModel::UnlockContext::isValid ( ) const
inline

Definition at line 116 of file walletmodel.h.

Here is the caller graph for this function:

◆ operator=() [1/2]

UnlockContext& WalletModel::UnlockContext::operator= ( const UnlockContext )
delete

◆ operator=() [2/2]

UnlockContext& WalletModel::UnlockContext::operator= ( UnlockContext &&  )
delete

Member Data Documentation

◆ relock

const bool WalletModel::UnlockContext::relock
private

Definition at line 127 of file walletmodel.h.

◆ valid

const bool WalletModel::UnlockContext::valid
private

Definition at line 126 of file walletmodel.h.

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 125 of file walletmodel.h.


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