#include <typed_methods.hpp>
|
| 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 |
| |
◆ CallMethod
| constexpr auto jni::TypedMethods< jboolean >::CallMethod = &JNIEnv::CallBooleanMethod |
|
staticconstexpr |
◆ CallNonvirtualMethod
| constexpr auto jni::TypedMethods< jboolean >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualBooleanMethod |
|
staticconstexpr |
◆ CallStaticMethod
| constexpr auto jni::TypedMethods< jboolean >::CallStaticMethod = &JNIEnv::CallStaticBooleanMethod |
|
staticconstexpr |
◆ GetArrayElements
| constexpr auto jni::TypedMethods< jboolean >::GetArrayElements = &JNIEnv::GetBooleanArrayElements |
|
staticconstexpr |
◆ GetArrayRegion
| constexpr auto jni::TypedMethods< jboolean >::GetArrayRegion = &JNIEnv::GetBooleanArrayRegion |
|
staticconstexpr |
◆ GetField
◆ GetStaticField
| constexpr auto jni::TypedMethods< jboolean >::GetStaticField = &JNIEnv::GetStaticBooleanField |
|
staticconstexpr |
◆ NewArray
◆ ReleaseArrayElements
| constexpr auto jni::TypedMethods< jboolean >::ReleaseArrayElements = &JNIEnv::ReleaseBooleanArrayElements |
|
staticconstexpr |
◆ SetArrayRegion
| constexpr auto jni::TypedMethods< jboolean >::SetArrayRegion = &JNIEnv::SetBooleanArrayRegion |
|
staticconstexpr |
◆ SetField
◆ SetStaticField
| constexpr auto jni::TypedMethods< jboolean >::SetStaticField = &JNIEnv::SetStaticBooleanField |
|
staticconstexpr |
The documentation for this struct was generated from the following file: