lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
jni::TypedMethods< jbyte > Struct Reference

#include <typed_methods.hpp>

Static Public Attributes

static constexpr auto CallMethod = &JNIEnv::CallByteMethod
static constexpr auto CallNonvirtualMethod = &JNIEnv::CallNonvirtualByteMethod
static constexpr auto GetField = &JNIEnv::GetByteField
static constexpr auto SetField = &JNIEnv::SetByteField
static constexpr auto CallStaticMethod = &JNIEnv::CallStaticByteMethod
static constexpr auto GetStaticField = &JNIEnv::GetStaticByteField
static constexpr auto SetStaticField = &JNIEnv::SetStaticByteField
static constexpr auto NewArray = &JNIEnv::NewByteArray
static constexpr auto GetArrayElements = &JNIEnv::GetByteArrayElements
static constexpr auto ReleaseArrayElements = &JNIEnv::ReleaseByteArrayElements
static constexpr auto GetArrayRegion = &JNIEnv::GetByteArrayRegion
static constexpr auto SetArrayRegion = &JNIEnv::SetByteArrayRegion

Member Data Documentation

◆ CallMethod

auto jni::TypedMethods< jbyte >::CallMethod = &JNIEnv::CallByteMethod
staticconstexpr

◆ CallNonvirtualMethod

auto jni::TypedMethods< jbyte >::CallNonvirtualMethod = &JNIEnv::CallNonvirtualByteMethod
staticconstexpr

◆ CallStaticMethod

auto jni::TypedMethods< jbyte >::CallStaticMethod = &JNIEnv::CallStaticByteMethod
staticconstexpr

◆ GetArrayElements

auto jni::TypedMethods< jbyte >::GetArrayElements = &JNIEnv::GetByteArrayElements
staticconstexpr

◆ GetArrayRegion

auto jni::TypedMethods< jbyte >::GetArrayRegion = &JNIEnv::GetByteArrayRegion
staticconstexpr

◆ GetField

auto jni::TypedMethods< jbyte >::GetField = &JNIEnv::GetByteField
staticconstexpr

◆ GetStaticField

auto jni::TypedMethods< jbyte >::GetStaticField = &JNIEnv::GetStaticByteField
staticconstexpr

◆ NewArray

auto jni::TypedMethods< jbyte >::NewArray = &JNIEnv::NewByteArray
staticconstexpr

◆ ReleaseArrayElements

auto jni::TypedMethods< jbyte >::ReleaseArrayElements = &JNIEnv::ReleaseByteArrayElements
staticconstexpr

◆ SetArrayRegion

auto jni::TypedMethods< jbyte >::SetArrayRegion = &JNIEnv::SetByteArrayRegion
staticconstexpr

◆ SetField

auto jni::TypedMethods< jbyte >::SetField = &JNIEnv::SetByteField
staticconstexpr

◆ SetStaticField

auto jni::TypedMethods< jbyte >::SetStaticField = &JNIEnv::SetStaticByteField
staticconstexpr

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