Go to the source code of this file.
Namespaces | |
game_logic | |
Typedefs | |
typedef boost::shared_ptr < function_expression > | game_logic::function_expression_ptr |
typedef boost::shared_ptr < formula_function > | game_logic::formula_function_ptr |
typedef std::map< std::string, formula_function_ptr > | game_logic::functions_map |
Functions | |
expression_ptr | game_logic::create_function (const std::string &fn, const std::vector< expression_ptr > &args, const function_symbol_table *symbols) |
std::vector< std::string > | game_logic::builtin_function_names () |