lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
#include <static_method.hpp>
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 | |
using jni::StaticMethod< TheTag, R(Args...) >::MethodType = R (Args...) |
using jni::StaticMethod< TheTag, R(Args...) >::ReturnType = R |
using jni::StaticMethod< TheTag, R(Args...) >::TagType = TheTag |
|
inline |
|
inline |