Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
Pure virtual JavaAnon, hiding Java JNI details from API, to be implemented by JNI module. More...
#include <java_uplink.hpp>
Public Member Functions | |
virtual | ~JavaAnon () noexcept |
virtual std::string | toString () const noexcept |
virtual void | clear () noexcept=0 |
Clears the java reference, i.e. More... | |
Pure virtual JavaAnon, hiding Java JNI details from API, to be implemented by JNI module.
One implementation is JavaGlobalObj within the JNI module, wrapping a JNIGlobalRef instance.
Definition at line 44 of file java_uplink.hpp.
|
inlinevirtualnoexcept |
Definition at line 46 of file java_uplink.hpp.
|
pure virtualnoexcept |
Clears the java reference, i.e.
nulling it, without deleting the global reference via JNI.
Implemented in jau::JavaGlobalObj.
|
inlinevirtualnoexcept |
Reimplemented in jau::JavaGlobalObj.
Definition at line 47 of file java_uplink.hpp.