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

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

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

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