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

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallCharMethod
 
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualCharMethod
 
static constexpr auto GetField = &JNIEnv::GetCharField
 
static constexpr auto SetField = &JNIEnv::SetCharField
 
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticCharMethod
 
static constexpr auto GetStaticField = &JNIEnv::GetStaticCharField
 
static constexpr auto SetStaticField = &JNIEnv::SetStaticCharField
 
static constexpr auto NewArray = &JNIEnv::NewCharArray
 
static constexpr auto GetArrayElements = &JNIEnv::GetCharArrayElements
 
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseCharArrayElements
 
static constexpr auto GetArrayRegion = &JNIEnv::GetCharArrayRegion
 
static constexpr auto SetArrayRegion = &JNIEnv::SetCharArrayRegion
 

Member Data Documentation

◆ CallMethod

constexpr auto jni::TypedMethods< jchar >::CallMethod = &JNIEnv::CallCharMethod
staticconstexpr

◆ CallNonvirtualMethod

constexpr auto jni::TypedMethods< jchar >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualCharMethod
staticconstexpr

◆ CallStaticMethod

constexpr auto jni::TypedMethods< jchar >::CallStaticMethod = &JNIEnv::CallStaticCharMethod
staticconstexpr

◆ GetArrayElements

constexpr auto jni::TypedMethods< jchar >::GetArrayElements = &JNIEnv::GetCharArrayElements
staticconstexpr

◆ GetArrayRegion

constexpr auto jni::TypedMethods< jchar >::GetArrayRegion = &JNIEnv::GetCharArrayRegion
staticconstexpr

◆ GetField

constexpr auto jni::TypedMethods< jchar >::GetField = &JNIEnv::GetCharField
staticconstexpr

◆ GetStaticField

constexpr auto jni::TypedMethods< jchar >::GetStaticField = &JNIEnv::GetStaticCharField
staticconstexpr

◆ NewArray

constexpr auto jni::TypedMethods< jchar >::NewArray = &JNIEnv::NewCharArray
staticconstexpr

◆ ReleaseArrayElements

constexpr auto jni::TypedMethods< jchar >::ReleaseArrayElements = &JNIEnv::ReleaseCharArrayElements
staticconstexpr

◆ SetArrayRegion

constexpr auto jni::TypedMethods< jchar >::SetArrayRegion = &JNIEnv::SetCharArrayRegion
staticconstexpr

◆ SetField

constexpr auto jni::TypedMethods< jchar >::SetField = &JNIEnv::SetCharField
staticconstexpr

◆ SetStaticField

constexpr auto jni::TypedMethods< jchar >::SetStaticField = &JNIEnv::SetStaticCharField
staticconstexpr

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