MPD
0.20.6
|
#include <Object.hxx>
Public Member Functions | |
Object ()=default | |
Constructs an uninitialized object. More... | |
Object (JNIEnv *env, jobject obj) | |
![]() | |
GlobalRef ()=default | |
Constructs an uninitialized object. More... | |
GlobalRef (JNIEnv *env, jobject_value) | |
GlobalRef (const GlobalRef &other)=delete | |
~GlobalRef () | |
GlobalRef & | operator= (const GlobalRef &other)=delete |
void | Set (JNIEnv *env, jobject_value) |
Sets the object, ignoring the previous value. More... | |
jobject | Get () const |
operator jobject () const | |
Definition at line 43 of file Object.hxx.
|
default |
Constructs an uninitialized object.
The method set() must be called before it is destructed.
|
inline |
Definition at line 51 of file Object.hxx.