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

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallDoubleMethod
 
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualDoubleMethod
 
static constexpr auto GetField = &JNIEnv::GetDoubleField
 
static constexpr auto SetField = &JNIEnv::SetDoubleField
 
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticDoubleMethod
 
static constexpr auto GetStaticField = &JNIEnv::GetStaticDoubleField
 
static constexpr auto SetStaticField = &JNIEnv::SetStaticDoubleField
 
static constexpr auto NewArray = &JNIEnv::NewDoubleArray
 
static constexpr auto GetArrayElements = &JNIEnv::GetDoubleArrayElements
 
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseDoubleArrayElements
 
static constexpr auto GetArrayRegion = &JNIEnv::GetDoubleArrayRegion
 
static constexpr auto SetArrayRegion = &JNIEnv::SetDoubleArrayRegion
 

Member Data Documentation

constexpr auto jni::TypedMethods< jdouble >::CallMethod = &JNIEnv::CallDoubleMethod
static
constexpr auto jni::TypedMethods< jdouble >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualDoubleMethod
static
constexpr auto jni::TypedMethods< jdouble >::CallStaticMethod = &JNIEnv::CallStaticDoubleMethod
static
constexpr auto jni::TypedMethods< jdouble >::GetArrayElements = &JNIEnv::GetDoubleArrayElements
static
constexpr auto jni::TypedMethods< jdouble >::GetArrayRegion = &JNIEnv::GetDoubleArrayRegion
static
constexpr auto jni::TypedMethods< jdouble >::GetField = &JNIEnv::GetDoubleField
static
constexpr auto jni::TypedMethods< jdouble >::GetStaticField = &JNIEnv::GetStaticDoubleField
static
constexpr auto jni::TypedMethods< jdouble >::NewArray = &JNIEnv::NewDoubleArray
static
constexpr auto jni::TypedMethods< jdouble >::ReleaseArrayElements = &JNIEnv::ReleaseDoubleArrayElements
static
constexpr auto jni::TypedMethods< jdouble >::SetArrayRegion = &JNIEnv::SetDoubleArrayRegion
static
constexpr auto jni::TypedMethods< jdouble >::SetField = &JNIEnv::SetDoubleField
static
constexpr auto jni::TypedMethods< jdouble >::SetStaticField = &JNIEnv::SetStaticDoubleField
static

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