Monero
Loading...
Searching...
No Matches
tools::error::wallet_files_doesnt_correspond Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::wallet_files_doesnt_correspond:
Collaboration diagram for tools::error::wallet_files_doesnt_correspond:

Public Member Functions

 wallet_files_doesnt_correspond (std::string &&loc, const std::string &keys_file, const std::string &wallet_file)
const std::string & keys_file () const
const std::string & wallet_file () const
std::string to_string () const
Public Member Functions inherited from tools::error::wallet_error_base< std::logic_error >
const std::string & location () const
std::string to_string () const

Private Attributes

std::string m_keys_file
std::string m_wallet_file

Additional Inherited Members

Protected Member Functions inherited from tools::error::wallet_error_base< std::logic_error >
 wallet_error_base (std::string &&loc, const std::string &message)

Constructor & Destructor Documentation

◆ wallet_files_doesnt_correspond()

tools::error::wallet_files_doesnt_correspond::wallet_files_doesnt_correspond ( std::string && loc,
const std::string & keys_file,
const std::string & wallet_file )
inlineexplicit

Member Function Documentation

◆ keys_file()

const std::string & tools::error::wallet_files_doesnt_correspond::keys_file ( ) const
inline

◆ to_string()

std::string tools::error::wallet_files_doesnt_correspond::to_string ( ) const
inline

◆ wallet_file()

const std::string & tools::error::wallet_files_doesnt_correspond::wallet_file ( ) const
inline

Member Data Documentation

◆ m_keys_file

std::string tools::error::wallet_files_doesnt_correspond::m_keys_file
private

◆ m_wallet_file

std::string tools::error::wallet_files_doesnt_correspond::m_wallet_file
private

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