lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Static Public Attributes | List of all members
jni::TypedMethods< jobject * > Struct Template Reference

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

constexpr auto jni::TypedMethods< jobject * >::CallMethod = &JNIEnv::CallObjectMethod
static
constexpr auto jni::TypedMethods< jobject * >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualObjectMethod
static
constexpr auto jni::TypedMethods< jobject * >::CallStaticMethod = &JNIEnv::CallStaticObjectMethod
static
constexpr auto jni::TypedMethods< jobject * >::GetField = &JNIEnv::GetObjectField
static
constexpr auto jni::TypedMethods< jobject * >::GetStaticField = &JNIEnv::GetStaticObjectField
static
constexpr auto jni::TypedMethods< jobject * >::SetField = &JNIEnv::SetObjectField
static
constexpr auto jni::TypedMethods< jobject * >::SetStaticField = &JNIEnv::SetStaticObjectField
static

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