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

Public Member Functions

 ES_API (JNISUPPORT) local_ref() noexcept
 
 ES_API (JNISUPPORT) explicit local_ref(jobject obj)
 
 ES_API (JNISUPPORT) local_ref(jobject obj
 
 ES_API (JNISUPPORT) local_ref(const local_ref &other)
 
 ES_API (JNISUPPORT) local_ref(local_ref &&other) noexcept
 
 ES_API (JNISUPPORT) ~local_ref()
 
 ES_API (JNISUPPORT) local_ref &operator
 
 ES_API (JNISUPPORT) local_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: