Electroneum
Public Member Functions | Private Attributes | List of all members
tools::error::file_error_base< msg_index > Struct Template Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::file_error_base< msg_index >:
Inheritance graph
[legend]
Collaboration diagram for tools::error::file_error_base< msg_index >:
Collaboration graph
[legend]

Public Member Functions

 file_error_base (std::string &&loc, const std::string &file)
 
const std::string & 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_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

◆ file_error_base()

template<int msg_index>
tools::error::file_error_base< msg_index >::file_error_base ( std::string &&  loc,
const std::string &  file 
)
inlineexplicit

Member Function Documentation

◆ file()

template<int msg_index>
const std::string& tools::error::file_error_base< msg_index >::file ( ) const
inline

◆ to_string()

template<int msg_index>
std::string tools::error::file_error_base< msg_index >::to_string ( ) const
inline

Member Data Documentation

◆ m_file

template<int msg_index>
std::string tools::error::file_error_base< msg_index >::m_file
private

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