The Battle for Wesnoth  1.19.0-dev
Classes | Functions | Variables
utils::detail Namespace Reference

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
 

Function Documentation

◆ evaluate_formula_impl()

std::string utils::detail::evaluate_formula_impl ( const std::string &  formula)

Variable Documentation

◆ evaluate_formula

std::string(* utils::detail::evaluate_formula)(const std::string &formula) ( const std::string &  formula) = nullptr

◆ init

struct utils::detail::formula_initer utils::detail::init