C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::jni::global_ref_ex< JObject > Class Template Reference

Public Member Functions

 global_ref_ex (JObject obj)
 
 global_ref_ex (JObject obj, bool take_over_only)
 
 global_ref_ex (const global_ref_ex &other)=default
 
 global_ref_ex (global_ref_ex &&other) noexcept
 
global_ref_exoperator= (const global_ref_ex &right)=default
 
global_ref_exoperator= (global_ref_ex &&right) noexcept
 
 operator bool () const noexcept
 
 operator const global_ref & () const noexcept
 
 operator global_ref & () noexcept
 
JObject get () const noexcept
 
JObject detach () noexcept
 

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