Electroneum
Public Member Functions | Private Attributes | List of all members
tools::error::wallet_files_doesnt_correspond Struct Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::wallet_files_doesnt_correspond:
Inheritance graph
[legend]
Collaboration diagram for tools::error::wallet_files_doesnt_correspond:
Collaboration graph
[legend]

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< Base >
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< Base >
 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: