Bitcoin
Public Member Functions | Private Member Functions | Private Attributes | List of all members
WalletModel::UnlockContext Class Reference

#include <walletmodel.h>

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
 

Constructor & Destructor Documentation

◆ UnlockContext() [1/3]

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

◆ ~UnlockContext()

WalletModel::UnlockContext::~UnlockContext ( )

◆ UnlockContext() [2/3]

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

◆ UnlockContext() [3/3]

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

Member Function Documentation

◆ CopyFrom()

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

◆ isValid()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ relock

bool WalletModel::UnlockContext::relock
mutableprivate

◆ valid

bool WalletModel::UnlockContext::valid
private

◆ wallet

WalletModel* WalletModel::UnlockContext::wallet
private

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