|
ChaiScript
|
Public Member Functions | |
| void | add_callback (const std::string &t_name, const std::function< std::string(const std::string &)> &t_func) |
| void | do_callbacks (const std::string &inp) |
Public Attributes | |
| std::map< std::string, std::function< std::string(const std::string &)> > | m_callbacks |
1.8.13