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

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

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