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

#include <typed_methods.hpp>

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallShortMethod
 
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualShortMethod
 
static constexpr auto GetField = &JNIEnv::GetShortField
 
static constexpr auto SetField = &JNIEnv::SetShortField
 
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticShortMethod
 
static constexpr auto GetStaticField = &JNIEnv::GetStaticShortField
 
static constexpr auto SetStaticField = &JNIEnv::SetStaticShortField
 
static constexpr auto NewArray = &JNIEnv::NewShortArray
 
static constexpr auto GetArrayElements = &JNIEnv::GetShortArrayElements
 
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseShortArrayElements
 
static constexpr auto GetArrayRegion = &JNIEnv::GetShortArrayRegion
 
static constexpr auto SetArrayRegion = &JNIEnv::SetShortArrayRegion
 

Member Data Documentation

◆ CallMethod

constexpr auto jni::TypedMethods< jshort >::CallMethod = &JNIEnv::CallShortMethod
staticconstexpr

◆ CallNonvirtualMethod

constexpr auto jni::TypedMethods< jshort >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualShortMethod
staticconstexpr

◆ CallStaticMethod

constexpr auto jni::TypedMethods< jshort >::CallStaticMethod = &JNIEnv::CallStaticShortMethod
staticconstexpr

◆ GetArrayElements

constexpr auto jni::TypedMethods< jshort >::GetArrayElements = &JNIEnv::GetShortArrayElements
staticconstexpr

◆ GetArrayRegion

constexpr auto jni::TypedMethods< jshort >::GetArrayRegion = &JNIEnv::GetShortArrayRegion
staticconstexpr

◆ GetField

constexpr auto jni::TypedMethods< jshort >::GetField = &JNIEnv::GetShortField
staticconstexpr

◆ GetStaticField

constexpr auto jni::TypedMethods< jshort >::GetStaticField = &JNIEnv::GetStaticShortField
staticconstexpr

◆ NewArray

constexpr auto jni::TypedMethods< jshort >::NewArray = &JNIEnv::NewShortArray
staticconstexpr

◆ ReleaseArrayElements

constexpr auto jni::TypedMethods< jshort >::ReleaseArrayElements = &JNIEnv::ReleaseShortArrayElements
staticconstexpr

◆ SetArrayRegion

constexpr auto jni::TypedMethods< jshort >::SetArrayRegion = &JNIEnv::SetShortArrayRegion
staticconstexpr

◆ SetField

constexpr auto jni::TypedMethods< jshort >::SetField = &JNIEnv::SetShortField
staticconstexpr

◆ SetStaticField

constexpr auto jni::TypedMethods< jshort >::SetStaticField = &JNIEnv::SetStaticShortField
staticconstexpr

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