11 template <
class TheTag,
class >
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
jarray< E > & NewArray(JNIEnv &env, jsize length)
Definition functions.hpp:472
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