cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
Template for calling a member function with a return value. More...
#include <cppexpose/include/cppexpose/base/function_helpers.h>
Public Types | |
typedef RET(T::* | MethodPtr) (Arguments...) |
Static Public Member Functions | |
static Variant | call (T *obj, MethodPtr method, Arguments...args) |
Template for calling a member function with a return value.
typedef RET(T::* cppexpose::helper::CallMethod< T, RET, Arguments >::MethodPtr) (Arguments...) |
|
inlinestatic |
Referenced by cppexpose::MemberFunction< T, RET, Arguments >::callMethod().