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

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

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