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

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

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

◆ CallNonvirtualMethod

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

◆ CallStaticMethod

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

◆ GetArrayElements

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

◆ GetArrayRegion

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

◆ GetField

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

◆ GetStaticField

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

◆ NewArray

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

◆ ReleaseArrayElements

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

◆ SetArrayRegion

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

◆ SetField

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

◆ SetStaticField

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

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