| 59 | private: |
| 60 | template<typename Param> |
| 61 | void tie(const chaiscript::Boxed_Value &t_func, Param &t_param) |
| 62 | { |
| 63 | t_param = chaiscript::boxed_cast<Param>(t_func); |
| 64 | } |
| 65 | |
| 66 | std::function<std::string (const ChaiScriptDerived&, float, double)> m_doSomethingImpl; |
| 67 | std::function<bool (ChaiScriptDerived&, const std::string &t_val)> m_validateValueImpl; |
nothing calls this directly
no outgoing calls
no test coverage detected