#include <scoped_java_ref.h>
Public Member Functions | |
| ScopedJavaLocalRef () | |
| ScopedJavaLocalRef (const ScopedJavaLocalRef< T > &other) | |
| template<typename U > | |
| ScopedJavaLocalRef (const U &other) | |
| ScopedJavaLocalRef (JNIEnv *env, T obj) | |
| ~ScopedJavaLocalRef () | |
| void | operator= (const ScopedJavaLocalRef< T > &other) |
| void | Reset () |
| template<typename U > | |
| void | Reset (const ScopedJavaLocalRef< U > &other) |
| template<typename U > | |
| void | Reset (const U &other) |
| template<typename U > | |
| void | Reset (JNIEnv *env, U obj) |
| T | Release () |
Public Member Functions inherited from fml::jni::JavaRef< T > | |
| T | obj () const |
Additional Inherited Members | |
Protected Member Functions inherited from fml::jni::JavaRef< T > | |
| JavaRef () | |
| ~JavaRef () | |
| JavaRef (JNIEnv *env, T obj) | |
Definition at line 101 of file scoped_java_ref.h.
|
inline |
Definition at line 103 of file scoped_java_ref.h.
|
inline |
Definition at line 107 of file scoped_java_ref.h.
References fml::jni::JavaRef< T >::obj().
|
inlineexplicit |
Definition at line 112 of file scoped_java_ref.h.
References fml::jni::ScopedJavaLocalRef< T >::Reset().
|
inline |
Definition at line 118 of file scoped_java_ref.h.
|
inline |
Definition at line 120 of file scoped_java_ref.h.
References fml::jni::ScopedJavaLocalRef< T >::Reset().
|
inline |
Definition at line 124 of file scoped_java_ref.h.
References fml::jni::ScopedJavaLocalRef< T >::Reset().
|
inline |
Definition at line 150 of file scoped_java_ref.h.
|
inline |
Definition at line 126 of file scoped_java_ref.h.
Referenced by fml::jni::ScopedJavaLocalRef< T >::operator=(), fml::jni::ScopedJavaLocalRef< T >::Reset(), fml::jni::ScopedJavaLocalRef< T >::Reset(), fml::jni::ScopedJavaLocalRef< T >::ScopedJavaLocalRef(), and fml::jni::ScopedJavaLocalRef< T >::~ScopedJavaLocalRef().
|
inline |
Definition at line 129 of file scoped_java_ref.h.
References fml::jni::JavaRef< T >::obj(), and fml::jni::ScopedJavaLocalRef< T >::Reset().
|
inline |
Definition at line 137 of file scoped_java_ref.h.
References fml::jni::ScopedJavaLocalRef< T >::Reset().
|
inline |
Definition at line 144 of file scoped_java_ref.h.
References fml::jni::JavaRef< T >::obj().