#include <typed_methods.hpp>
|
| 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 |
| |
◆ CallMethod
◆ CallNonvirtualMethod
| constexpr auto jni::TypedMethods< jdouble >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualDoubleMethod |
|
staticconstexpr |
◆ CallStaticMethod
| constexpr auto jni::TypedMethods< jdouble >::CallStaticMethod = &JNIEnv::CallStaticDoubleMethod |
|
staticconstexpr |
◆ GetArrayElements
| constexpr auto jni::TypedMethods< jdouble >::GetArrayElements = &JNIEnv::GetDoubleArrayElements |
|
staticconstexpr |
◆ GetArrayRegion
| constexpr auto jni::TypedMethods< jdouble >::GetArrayRegion = &JNIEnv::GetDoubleArrayRegion |
|
staticconstexpr |
◆ GetField
◆ GetStaticField
| constexpr auto jni::TypedMethods< jdouble >::GetStaticField = &JNIEnv::GetStaticDoubleField |
|
staticconstexpr |
◆ NewArray
◆ ReleaseArrayElements
| constexpr auto jni::TypedMethods< jdouble >::ReleaseArrayElements = &JNIEnv::ReleaseDoubleArrayElements |
|
staticconstexpr |
◆ SetArrayRegion
| constexpr auto jni::TypedMethods< jdouble >::SetArrayRegion = &JNIEnv::SetDoubleArrayRegion |
|
staticconstexpr |
◆ SetField
◆ SetStaticField
| constexpr auto jni::TypedMethods< jdouble >::SetStaticField = &JNIEnv::SetStaticDoubleField |
|
staticconstexpr |
The documentation for this struct was generated from the following file: