#include <jni_mem.hpp>
|
static void | check (jobject object, const char *file, int line) |
|
Definition at line 85 of file jni_mem.hpp.
◆ JNIGlobalRef() [1/4]
jau::jni::JNIGlobalRef::JNIGlobalRef |
( |
| ) |
|
|
noexcept |
◆ JNIGlobalRef() [2/4]
jau::jni::JNIGlobalRef::JNIGlobalRef |
( |
jobject |
object | ) |
|
◆ JNIGlobalRef() [3/4]
jau::jni::JNIGlobalRef::JNIGlobalRef |
( |
const JNIGlobalRef & |
o | ) |
|
◆ JNIGlobalRef() [4/4]
◆ ~JNIGlobalRef()
jau::jni::JNIGlobalRef::~JNIGlobalRef |
( |
| ) |
|
|
noexcept |
◆ check()
static void jau::jni::JNIGlobalRef::check |
( |
jobject |
object, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
|
inlinestatic |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ getObjectRefType()
jobjectRefType jau::jni::JNIGlobalRef::getObjectRefType |
( |
| ) |
const |
|
noexcept |
Should return JNIGlobalRefType if the object
is valid or JNIInvalidRefType if the object
is nullptr.
◆ isValidReference()
bool jau::jni::JNIGlobalRef::isValidReference |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator*()
jobject jau::jni::JNIGlobalRef::operator* |
( |
| ) |
|
|
noexcept |
◆ getObject()
jobject jau::jni::JNIGlobalRef::getObject |
( |
| ) |
const |
|
noexcept |
◆ getClass()
jclass jau::jni::JNIGlobalRef::getClass |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator==()
bool jau::jni::JNIGlobalRef::operator== |
( |
const JNIGlobalRef & |
rhs | ) |
const |
|
noexcept |
◆ operator!=()
bool jau::jni::JNIGlobalRef::operator!= |
( |
const JNIGlobalRef & |
rhs | ) |
const |
|
inlinenoexcept |
◆ JavaGlobalObj
The documentation for this class was generated from the following file: