Struct sh::scripting::pythoninterop::ScriptedMethodProxy< T, std::function< R(Args…)> T::*, MF >

template<typename T, typename R, typename ...Args, std::function<R(Args...)> T::* MF>
struct sh::scripting::pythoninterop::ScriptedMethodProxy<T, std::function<R(Args...)> T::*, MF>

Public Static Functions

void setImplementation(T *inst, std::function<R(Args...)> vfct)
PyObject *pyObjectFunctionSetImplementation(PyObject *a, PyObject *b)