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< jlong > Struct Reference

#include <typed_methods.hpp>

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallLongMethod
 
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualLongMethod
 
static constexpr auto GetField = &JNIEnv::GetLongField
 
static constexpr auto SetField = &JNIEnv::SetLongField
 
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticLongMethod
 
static constexpr auto GetStaticField = &JNIEnv::GetStaticLongField
 
static constexpr auto SetStaticField = &JNIEnv::SetStaticLongField
 
static constexpr auto NewArray = &JNIEnv::NewLongArray
 
static constexpr auto GetArrayElements = &JNIEnv::GetLongArrayElements
 
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseLongArrayElements
 
static constexpr auto GetArrayRegion = &JNIEnv::GetLongArrayRegion
 
static constexpr auto SetArrayRegion = &JNIEnv::SetLongArrayRegion
 

Member Data Documentation

◆ CallMethod

constexpr auto jni::TypedMethods< jlong >::CallMethod = &JNIEnv::CallLongMethod
staticconstexpr

◆ CallNonvirtualMethod

constexpr auto jni::TypedMethods< jlong >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualLongMethod
staticconstexpr

◆ CallStaticMethod

constexpr auto jni::TypedMethods< jlong >::CallStaticMethod = &JNIEnv::CallStaticLongMethod
staticconstexpr

◆ GetArrayElements

constexpr auto jni::TypedMethods< jlong >::GetArrayElements = &JNIEnv::GetLongArrayElements
staticconstexpr

◆ GetArrayRegion

constexpr auto jni::TypedMethods< jlong >::GetArrayRegion = &JNIEnv::GetLongArrayRegion
staticconstexpr

◆ GetField

constexpr auto jni::TypedMethods< jlong >::GetField = &JNIEnv::GetLongField
staticconstexpr

◆ GetStaticField

constexpr auto jni::TypedMethods< jlong >::GetStaticField = &JNIEnv::GetStaticLongField
staticconstexpr

◆ NewArray

constexpr auto jni::TypedMethods< jlong >::NewArray = &JNIEnv::NewLongArray
staticconstexpr

◆ ReleaseArrayElements

constexpr auto jni::TypedMethods< jlong >::ReleaseArrayElements = &JNIEnv::ReleaseLongArrayElements
staticconstexpr

◆ SetArrayRegion

constexpr auto jni::TypedMethods< jlong >::SetArrayRegion = &JNIEnv::SetLongArrayRegion
staticconstexpr

◆ SetField

constexpr auto jni::TypedMethods< jlong >::SetField = &JNIEnv::SetLongField
staticconstexpr

◆ SetStaticField

constexpr auto jni::TypedMethods< jlong >::SetStaticField = &JNIEnv::SetStaticLongField
staticconstexpr

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