#include <formula.hpp>
Public Member Functions | |
formula_error () | |
formula_error (const std::string &type, const std::string &formula, const std::string &file, int line) | |
~formula_error () noexcept | |
Public Member Functions inherited from game::error | |
error () | |
error (const std::string &msg) | |
~error () noexcept | |
const char * | what () const noexcept |
Public Attributes | |
std::string | type |
std::string | formula |
std::string | filename |
int | line |
Public Attributes inherited from game::error | |
std::string | message |
Definition at line 91 of file formula.hpp.
|
inline |
Definition at line 93 of file formula.hpp.
wfl::formula_error::formula_error | ( | const std::string & | type, |
const std::string & | formula, | ||
const std::string & | file, | ||
int | line | ||
) |
Definition at line 277 of file formula.cpp.
References filename, line, game::error::message, and type.
|
inlinenoexcept |
Definition at line 104 of file formula.hpp.
std::string wfl::formula_error::filename |
Definition at line 108 of file formula.hpp.
Referenced by formula_error().
std::string wfl::formula_error::formula |
Definition at line 107 of file formula.hpp.
int wfl::formula_error::line |
Definition at line 109 of file formula.hpp.
Referenced by formula_error().
std::string wfl::formula_error::type |
Definition at line 106 of file formula.hpp.
Referenced by formula_error().