#include <function_table.hpp>
Public Member Functions | |
| ai_function_symbol_table (ai::formula_ai &ai) | |
Public Member Functions inherited from wfl::function_symbol_table | |
| function_symbol_table (const std::shared_ptr< function_symbol_table > &parent=nullptr) | |
| void | add_function (const std::string &name, formula_function_ptr &&fcn) |
| expression_ptr | create_function (const std::string &fn, const std::vector< expression_ptr > &args) const |
| std::set< std::string > | get_function_names () const |
| bool | empty () const |
Additional Inherited Members | |
Static Public Member Functions inherited from wfl::function_symbol_table | |
| static std::shared_ptr< function_symbol_table > | get_builtins () |
Definition at line 27 of file function_table.hpp.
|
explicit |
Definition at line 1097 of file function_table.cpp.
References DECLARE_FAI_FUNCTION, DECLARE_WFL_FUNCTION, and unit_moves().