lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
jni::TypedMethods< jboolean > Struct Reference

#include <typed_methods.hpp>

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallBooleanMethod
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualBooleanMethod
static constexpr auto GetField = &JNIEnv::GetBooleanField
static constexpr auto SetField = &JNIEnv::SetBooleanField
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticBooleanMethod
static constexpr auto GetStaticField = &JNIEnv::GetStaticBooleanField
static constexpr auto SetStaticField = &JNIEnv::SetStaticBooleanField
static constexpr auto NewArray = &JNIEnv::NewBooleanArray
static constexpr auto GetArrayElements = &JNIEnv::GetBooleanArrayElements
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseBooleanArrayElements
static constexpr auto GetArrayRegion = &JNIEnv::GetBooleanArrayRegion
static constexpr auto SetArrayRegion = &JNIEnv::SetBooleanArrayRegion

Member Data Documentation

◆ CallMethod

auto jni::TypedMethods< jboolean >::CallMethod = &JNIEnv::CallBooleanMethod
staticconstexpr

◆ CallNonvirtualMethod

auto jni::TypedMethods< jboolean >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualBooleanMethod
staticconstexpr

◆ CallStaticMethod

auto jni::TypedMethods< jboolean >::CallStaticMethod = &JNIEnv::CallStaticBooleanMethod
staticconstexpr

◆ GetArrayElements

auto jni::TypedMethods< jboolean >::GetArrayElements = &JNIEnv::GetBooleanArrayElements
staticconstexpr

◆ GetArrayRegion

auto jni::TypedMethods< jboolean >::GetArrayRegion = &JNIEnv::GetBooleanArrayRegion
staticconstexpr

◆ GetField

auto jni::TypedMethods< jboolean >::GetField = &JNIEnv::GetBooleanField
staticconstexpr

◆ GetStaticField

auto jni::TypedMethods< jboolean >::GetStaticField = &JNIEnv::GetStaticBooleanField
staticconstexpr

◆ NewArray

auto jni::TypedMethods< jboolean >::NewArray = &JNIEnv::NewBooleanArray
staticconstexpr

◆ ReleaseArrayElements

auto jni::TypedMethods< jboolean >::ReleaseArrayElements = &JNIEnv::ReleaseBooleanArrayElements
staticconstexpr

◆ SetArrayRegion

auto jni::TypedMethods< jboolean >::SetArrayRegion = &JNIEnv::SetBooleanArrayRegion
staticconstexpr

◆ SetField

auto jni::TypedMethods< jboolean >::SetField = &JNIEnv::SetBooleanField
staticconstexpr

◆ SetStaticField

auto jni::TypedMethods< jboolean >::SetStaticField = &JNIEnv::SetStaticBooleanField
staticconstexpr

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