lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
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

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

◆ CallNonvirtualMethod

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

◆ CallStaticMethod

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

◆ GetArrayElements

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

◆ GetArrayRegion

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

◆ GetField

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

◆ GetStaticField

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

◆ NewArray

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

◆ ReleaseArrayElements

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

◆ SetArrayRegion

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

◆ SetField

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

◆ SetStaticField

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

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