11 template <
class TheTag,
class >
14 template <
class TheTag,
class R,
class... Args >
Method(JNIEnv &env, const Class< TagType > &clazz, const char *name)
Definition: method.hpp:25
R(Args...) MethodType
Definition: method.hpp:22
R ReturnType
Definition: method.hpp:23
Definition: advanced_ownership.hpp:5
jmethodID & GetMethodID(JNIEnv &env, jclass &clazz, const char *name, const char *sig)
Definition: functions.hpp:260
std::pointer_traits< ::jmethodID >::element_type jmethodID
Definition: types.hpp:56
TheTag TagType
Definition: method.hpp:21
Definition: tagging.hpp:13