#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 97 of file formula.hpp.
|
inline |
Definition at line 99 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 257 of file formula.cpp.
References filename, line, game::error::message, and type.
|
inlinenoexcept |
Definition at line 110 of file formula.hpp.
| std::string wfl::formula_error::filename |
Definition at line 114 of file formula.hpp.
Referenced by formula_error().
| std::string wfl::formula_error::formula |
Definition at line 113 of file formula.hpp.
| int wfl::formula_error::line |
Definition at line 115 of file formula.hpp.
Referenced by formula_error().
| std::string wfl::formula_error::type |
Definition at line 112 of file formula.hpp.
Referenced by formula_error().