lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
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

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

◆ CallNonvirtualMethod

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

◆ CallStaticMethod

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

◆ GetField

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

◆ GetStaticField

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

◆ SetField

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

◆ SetStaticField

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

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