This is the complete list of members for Common, including all inherited members.
deleteWeakGlobalRef(JNIEnv *env, jweak weak) | Common | static |
findClass(JNIEnv *env, const char *name) | Common | static |
getFieldId(JNIEnv *env, jclass clazz, const char *name, const char *type) | Common | static |
getMethodId(JNIEnv *env, jclass clazz, const char *name, const char *type) | Common | static |
getStaticFieldId(JNIEnv *env, jclass clazz, const char *name, const char *type) | Common | static |
getStaticMethodId(JNIEnv *env, jclass clazz, const char *name, const char *type) | Common | static |
newByteArray(JNIEnv *env, jint len) | Common | static |
newDoubleArray(JNIEnv *env, jint len) | Common | static |
newIntArray(JNIEnv *env, jint len) | Common | static |
newObjectArray(JNIEnv *env, jint len, jclass clazz) | Common | static |
newStringUtf(JNIEnv *env, const char *utf) | Common | static |
newWeakGlobalRef(JNIEnv *env, jobject object) | Common | static |
product(T *values, jint len, T one) | Common | inlinestatic |
sum(T *values, jint len, T zero) | Common | inlinestatic |
throwNew(JNIEnv *env, std::exception &exception) | Common | static |