Electroneum
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
tools::error::wallet_error_base< Base > Struct Template Reference

#include <wallet_errors.h>

Inheritance diagram for tools::error::wallet_error_base< Base >:
Inheritance graph
[legend]
Collaboration diagram for tools::error::wallet_error_base< Base >:
Collaboration graph
[legend]

Public Member Functions

const std::string & location () const
 
std::string to_string () const
 

Protected Member Functions

 wallet_error_base (std::string &&loc, const std::string &message)
 

Private Attributes

std::string m_loc
 

Constructor & Destructor Documentation

◆ wallet_error_base()

template<typename Base >
tools::error::wallet_error_base< Base >::wallet_error_base ( std::string &&  loc,
const std::string &  message 
)
inlineprotected

Member Function Documentation

◆ location()

template<typename Base >
const std::string& tools::error::wallet_error_base< Base >::location ( ) const
inline

◆ to_string()

template<typename Base >
std::string tools::error::wallet_error_base< Base >::to_string ( ) const
inline

Member Data Documentation

◆ m_loc

template<typename Base >
std::string tools::error::wallet_error_base< Base >::m_loc
private

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