|
lime
Lime is a C++ library implementing Open Whisper System Signal protocol
|
#include <object.hpp>
Public Member Functions | |
| operator bool () const | |
| template<class OtherTag > | |
| bool | IsInstanceOf (JNIEnv &env, const Class< OtherTag > &clazz) const |
Protected Member Functions | |
| ObjectBase (std::nullptr_t=nullptr) | |
| ObjectBase (jobject *p) | |
| ~ObjectBase ()=default | |
| void | reset (jobject *p) |
Protected Attributes | |
| jobject * | ptr = nullptr |
Friends | |
| bool | operator== (const ObjectBase &a, const ObjectBase &b) |
| bool | operator!= (const ObjectBase &a, const ObjectBase &b) |
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
protecteddefault |
|
inlineexplicit |
|
friend |
|
friend |