Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Member Functions | Private 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 &&obj)
 
UnlockContextoperator= (UnlockContext &&rhs)
 

Private Member Functions

UnlockContextoperator= (const UnlockContext &)=default
 
void CopyFrom (UnlockContext &&rhs)
 

Private Attributes

WalletModelwallet
 
bool valid
 
bool relock
 

Detailed Description

Definition at line 114 of file walletmodel.h.

Constructor & Destructor Documentation

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

Definition at line 446 of file walletmodel.cpp.

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 453 of file walletmodel.cpp.

Here is the call graph for this function:

WalletModel::UnlockContext::UnlockContext ( const UnlockContext )
delete
WalletModel::UnlockContext::UnlockContext ( UnlockContext &&  obj)
inline

Definition at line 125 of file walletmodel.h.

Here is the call graph for this function:

Member Function Documentation

void WalletModel::UnlockContext::CopyFrom ( UnlockContext &&  rhs)
private

Definition at line 461 of file walletmodel.cpp.

Here is the caller graph for this function:

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

Definition at line 120 of file walletmodel.h.

Here is the caller graph for this function:

UnlockContext& WalletModel::UnlockContext::operator= ( UnlockContext &&  rhs)
inline

Definition at line 126 of file walletmodel.h.

Here is the call graph for this function:

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

Member Data Documentation

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 130 of file walletmodel.h.

bool WalletModel::UnlockContext::valid
private

Definition at line 129 of file walletmodel.h.

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 128 of file walletmodel.h.


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