|
C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
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_ex & | operator= (const global_ref_ex &right)=default |
| global_ref_ex & | operator= (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 |