Direct-BT v3.3.0-1-gc2d430c
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=default |
virtual std::string | toString () const noexcept |
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 50 of file java_uplink.hpp.
|
virtualdefaultnoexcept |
|
inlinevirtualnoexcept |
Reimplemented in jau::jni::JavaGlobalObj.
Definition at line 53 of file java_uplink.hpp.