Bitcoin ABC  0.26.3
P2P Digital Currency
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 115 of file walletmodel.h.

Constructor & Destructor Documentation

◆ UnlockContext() [1/3]

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

Definition at line 475 of file walletmodel.cpp.

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

Definition at line 479 of file walletmodel.cpp.

◆ UnlockContext() [2/3]

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

◆ UnlockContext() [3/3]

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

◆ CopyFrom()

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

Definition at line 485 of file walletmodel.cpp.

Here is the caller graph for this function:

◆ isValid()

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

Definition at line 120 of file walletmodel.h.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 126 of file walletmodel.h.

Here is the call graph for this function:

Member Data Documentation

◆ relock

bool WalletModel::UnlockContext::relock
mutableprivate

Definition at line 135 of file walletmodel.h.

◆ valid

bool WalletModel::UnlockContext::valid
private

Definition at line 133 of file walletmodel.h.

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

Definition at line 132 of file walletmodel.h.


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