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

◆ CallMethod

constexpr auto jni::TypedMethods< jint >::CallMethod = &JNIEnv::CallIntMethod
staticconstexpr

◆ CallNonvirtualMethod

constexpr auto jni::TypedMethods< jint >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualIntMethod
staticconstexpr

◆ CallStaticMethod

constexpr auto jni::TypedMethods< jint >::CallStaticMethod = &JNIEnv::CallStaticIntMethod
staticconstexpr

◆ GetArrayElements

constexpr auto jni::TypedMethods< jint >::GetArrayElements = &JNIEnv::GetIntArrayElements
staticconstexpr

◆ GetArrayRegion

constexpr auto jni::TypedMethods< jint >::GetArrayRegion = &JNIEnv::GetIntArrayRegion
staticconstexpr

◆ GetField

constexpr auto jni::TypedMethods< jint >::GetField = &JNIEnv::GetIntField
staticconstexpr

◆ GetStaticField

constexpr auto jni::TypedMethods< jint >::GetStaticField = &JNIEnv::GetStaticIntField
staticconstexpr

◆ NewArray

constexpr auto jni::TypedMethods< jint >::NewArray = &JNIEnv::NewIntArray
staticconstexpr

◆ ReleaseArrayElements

constexpr auto jni::TypedMethods< jint >::ReleaseArrayElements = &JNIEnv::ReleaseIntArrayElements
staticconstexpr

◆ SetArrayRegion

constexpr auto jni::TypedMethods< jint >::SetArrayRegion = &JNIEnv::SetIntArrayRegion
staticconstexpr

◆ SetField

constexpr auto jni::TypedMethods< jint >::SetField = &JNIEnv::SetIntField
staticconstexpr

◆ SetStaticField

constexpr auto jni::TypedMethods< jint >::SetStaticField = &JNIEnv::SetStaticIntField
staticconstexpr

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