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

#include <typed_methods.hpp>

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallObjectMethod
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualObjectMethod
static constexpr auto GetField = &JNIEnv::GetObjectField
static constexpr auto SetField = &JNIEnv::SetObjectField
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticObjectMethod
static constexpr auto GetStaticField = &JNIEnv::GetStaticObjectField
static constexpr auto SetStaticField = &JNIEnv::SetStaticObjectField

Member Data Documentation

◆ CallMethod

auto jni::TypedMethods< jobject * >::CallMethod = &JNIEnv::CallObjectMethod
staticconstexpr

◆ CallNonvirtualMethod

auto jni::TypedMethods< jobject * >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualObjectMethod
staticconstexpr

◆ CallStaticMethod

auto jni::TypedMethods< jobject * >::CallStaticMethod = &JNIEnv::CallStaticObjectMethod
staticconstexpr

◆ GetField

auto jni::TypedMethods< jobject * >::GetField = &JNIEnv::GetObjectField
staticconstexpr

◆ GetStaticField

auto jni::TypedMethods< jobject * >::GetStaticField = &JNIEnv::GetStaticObjectField
staticconstexpr

◆ SetField

auto jni::TypedMethods< jobject * >::SetField = &JNIEnv::SetObjectField
staticconstexpr

◆ SetStaticField

auto jni::TypedMethods< jobject * >::SetStaticField = &JNIEnv::SetStaticObjectField
staticconstexpr

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