Classes | |
| struct | formula_initer |
| struct | contains_impl |
| A struct that exists to implement a generic wrapper for std::find. More... | |
| struct | contains_impl< Container, typename Container::key_type > |
| A struct that exists to implement a generic wrapper for the find() member of associative containers. More... | |
Functions | |
| std::string | evaluate_formula_impl (const std::string &) |
Variables | |
| struct utils::detail::formula_initer | init |
| std::string(* | evaluate_formula )(const std::string &formula) = nullptr |
| std::string utils::detail::evaluate_formula_impl | ( | const std::string & | formula | ) |
Definition at line 40 of file formula.cpp.
References e, ERR_NG, wfl::formula::evaluate(), and wfl::variant::string_cast().
Referenced by utils::detail::formula_initer::formula_initer().
| std::string(* utils::detail::evaluate_formula)(const std::string &formula) | ( | const std::string & | formula | ) | = nullptr |
Definition at line 39 of file string_utils.cpp.
Referenced by do_interpolation(), and utils::detail::formula_initer::formula_initer().
| struct utils::detail::formula_initer utils::detail::init |