lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Static Public Attributes | List of all members
jni::TypedMethods< jint > Struct Template Reference

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallIntMethod
 
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualIntMethod
 
static constexpr auto GetField = &JNIEnv::GetIntField
 
static constexpr auto SetField = &JNIEnv::SetIntField
 
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticIntMethod
 
static constexpr auto GetStaticField = &JNIEnv::GetStaticIntField
 
static constexpr auto SetStaticField = &JNIEnv::SetStaticIntField
 
static constexpr auto NewArray = &JNIEnv::NewIntArray
 
static constexpr auto GetArrayElements = &JNIEnv::GetIntArrayElements
 
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseIntArrayElements
 
static constexpr auto GetArrayRegion = &JNIEnv::GetIntArrayRegion
 
static constexpr auto SetArrayRegion = &JNIEnv::SetIntArrayRegion
 

Member Data Documentation

constexpr auto jni::TypedMethods< jint >::CallMethod = &JNIEnv::CallIntMethod
static
constexpr auto jni::TypedMethods< jint >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualIntMethod
static
constexpr auto jni::TypedMethods< jint >::CallStaticMethod = &JNIEnv::CallStaticIntMethod
static
constexpr auto jni::TypedMethods< jint >::GetArrayElements = &JNIEnv::GetIntArrayElements
static
constexpr auto jni::TypedMethods< jint >::GetArrayRegion = &JNIEnv::GetIntArrayRegion
static
constexpr auto jni::TypedMethods< jint >::GetField = &JNIEnv::GetIntField
static
constexpr auto jni::TypedMethods< jint >::GetStaticField = &JNIEnv::GetStaticIntField
static
constexpr auto jni::TypedMethods< jint >::NewArray = &JNIEnv::NewIntArray
static
constexpr auto jni::TypedMethods< jint >::ReleaseArrayElements = &JNIEnv::ReleaseIntArrayElements
static
constexpr auto jni::TypedMethods< jint >::SetArrayRegion = &JNIEnv::SetIntArrayRegion
static
constexpr auto jni::TypedMethods< jint >::SetField = &JNIEnv::SetIntField
static
constexpr auto jni::TypedMethods< jint >::SetStaticField = &JNIEnv::SetStaticIntField
static

The documentation for this struct was generated from the following file: