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