lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Public Attributes | List of all members
jni::JNINativeMethod< R(JNIEnv *, jobject *, Args...) > Struct Template Reference

Public Attributes

const char * name
 
const char * signature
 
R(* fnPtr )(JNIEnv *, jobject *, Args...)
 

Member Data Documentation

◆ fnPtr

template<class R , class... Args>
R(* jni::JNINativeMethod< R(JNIEnv *, jobject *, Args...) >::fnPtr) (JNIEnv *, jobject *, Args...)

◆ name

template<class R , class... Args>
const char* jni::JNINativeMethod< R(JNIEnv *, jobject *, Args...) >::name

◆ signature

template<class R , class... Args>
const char* jni::JNINativeMethod< R(JNIEnv *, jobject *, Args...) >::signature

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