![]() |
WPILibC++ 2025.3.2
|
Container class for cleaning up Java local references. More...
#include <wpi/jni_util.h>
Public Member Functions | |
| JLocal (JNIEnv *env, T obj) | |
| JLocal (const JLocal &)=delete | |
| JLocal (JLocal &&oth) | |
| JLocal & | operator= (const JLocal &)=delete |
| JLocal & | operator= (JLocal &&oth) |
| ~JLocal () | |
| operator T () | |
| T | obj () |
Container class for cleaning up Java local references.
The destructor calls DeleteLocalRef.
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |