|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
Go to the source code of this file.
Namespaces | |
| jni | |
Functions | |
| void | jni::ThrowNullPointerException (JNIEnv &env, const char *message=nullptr) |
| template<class T > | |
| void | jni::NullCheck (JNIEnv &env, T *ptr, const char *message=nullptr) |
| template<class T > | |
| T & | jni::SafeDereference (JNIEnv &env, T *ptr, const char *message=nullptr) |
1.8.13