lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
jni::StaticField< TheTag, T > Class Template Reference

#include <static_field.hpp>

Public Types

using TagType = TheTag
using FieldType = T

Public Member Functions

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

Member Typedef Documentation

◆ FieldType

template<class TheTag, class T>
using jni::StaticField< TheTag, T >::FieldType = T

◆ TagType

template<class TheTag, class T>
using jni::StaticField< TheTag, T >::TagType = TheTag

Constructor & Destructor Documentation

◆ StaticField()

template<class TheTag, class T>
jni::StaticField< TheTag, T >::StaticField ( JNIEnv & env,
const Class< TagType > & clazz,
const char * name )
inline

Member Function Documentation

◆ operator jfieldID &()

template<class TheTag, class T>
jni::StaticField< TheTag, T >::operator jfieldID & ( ) const
inline

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