MPD
0.20.6
|
#include <Context.hxx>
Public Member Functions | |
Context (JNIEnv *env, jobject obj) | |
gcc_pure AllocatedPath | GetCacheDir (JNIEnv *env) const |
![]() | |
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 27 of file Context.hxx.
|
inline |
Definition at line 29 of file Context.hxx.
gcc_pure AllocatedPath Context::GetCacheDir | ( | JNIEnv * | env | ) | const |