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

Public Member Functions

 NativePeerFunctionPointerMethod (const char *n)
 
template<class Peer , class TagType , class = std::enable_if_t< std::is_same<P, Peer>::value >>
auto operator() (const Field< TagType, jlong > &field)
 

Constructor & Destructor Documentation

template<class R , class P , class... Args, R(*)(JNIEnv &, P &, Args...) method>
jni::NativePeerFunctionPointerMethod< R(JNIEnv &, P &, Args...), method >::NativePeerFunctionPointerMethod ( const char *  n)
inline

Member Function Documentation

template<class R , class P , class... Args, R(*)(JNIEnv &, P &, Args...) method>
template<class Peer , class TagType , class = std::enable_if_t< std::is_same<P, Peer>::value >>
auto jni::NativePeerFunctionPointerMethod< R(JNIEnv &, P &, Args...), method >::operator() ( const Field< TagType, jlong > &  field)
inline

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