C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::jni::global_ref Class Reference

Public Member Functions

 ES_API (JNISUPPORT) global_ref() noexcept
 
 ES_API (JNISUPPORT) explicit global_ref(jobject obj)
 
 ES_API (JNISUPPORT) global_ref(jobject obj
 
 ES_API (JNISUPPORT) global_ref(const global_ref &other)
 
 ES_API (JNISUPPORT) global_ref(global_ref &&other) noexcept
 
 ES_API (JNISUPPORT) virtual ~global_ref()
 
 ES_API (JNISUPPORT) global_ref &operator
 
 ES_API (JNISUPPORT) global_ref &operator
 
 ES_API (JNISUPPORT) explicit operator bool() const noexcept
 
 ES_API (JNISUPPORT) jobject get() const noexcept
 
 ES_API (JNISUPPORT) jobject detach() noexcept
 

Public Attributes

bool take_over_only
 

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