lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Public Types | Public Member Functions | List of all members
jni::StaticMethod< TheTag, R(Args...) > Class Template Reference

Public Types

using TagType = TheTag
 
using MethodType = R(Args...)
 
using ReturnType = R
 

Public Member Functions

 StaticMethod (JNIEnv &env, const Class< TagType > &clazz, const char *name)
 
 operator jmethodID & () const
 

Member Typedef Documentation

template<class TheTag , class R , class... Args>
using jni::StaticMethod< TheTag, R(Args...) >::MethodType = R (Args...)
template<class TheTag , class R , class... Args>
using jni::StaticMethod< TheTag, R(Args...) >::ReturnType = R
template<class TheTag , class R , class... Args>
using jni::StaticMethod< TheTag, R(Args...) >::TagType = TheTag

Constructor & Destructor Documentation

template<class TheTag , class R , class... Args>
jni::StaticMethod< TheTag, R(Args...) >::StaticMethod ( JNIEnv &  env,
const Class< TagType > &  clazz,
const char *  name 
)
inline

Member Function Documentation

template<class TheTag , class R , class... Args>
jni::StaticMethod< TheTag, R(Args...) >::operator jmethodID & ( ) const
inline

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