AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
aui::jni::GlobalRef Class Reference

Global ref. More...

Detailed Description

Global ref.

Public Member Functions

 GlobalRef (jobject object)
 
 GlobalRef (const GlobalRef &object)
 
bool operator! () const
 
 operator bool () const
 
jobject asObject () const noexcept
 
jclass asClass () const noexcept
 

Static Public Member Functions

static void assignLocalRef (GlobalRef &target, jobject value)
 

#include <AUI/JNI/GlobalRef.h>


The documentation for this class was generated from the following file:
Inheritance diagram for aui::jni::GlobalRef: