|
ChaiScript
|
Holds a collection of ChaiScript settings which can be applied to the ChaiScript runtime. More...
#include <dispatchkit.hpp>
Public Member Functions | |
| Module & | add (Type_Info ti, std::string name) |
| Module & | add (Type_Conversion d) |
| Module & | add (Proxy_Function f, std::string name) |
| Module & | add_global_const (Boxed_Value t_bv, std::string t_name) |
| Module & | eval (std::string str) |
| template<typename Eval , typename Engine > | |
| void | apply (Eval &t_eval, Engine &t_engine) const |
| bool | has_function (const Proxy_Function &new_f, std::string_view name) noexcept |
Holds a collection of ChaiScript settings which can be applied to the ChaiScript runtime.
Used to implement loadable module support.
1.8.13