WPILibC++ 2023.4.3-108-ge5452e3
|
Java string (jstring) reference. More...
#include <wpi/jni_util.h>
Public Member Functions | |
JStringRef (JNIEnv *env, jstring str) | |
operator std::string_view () const | |
std::string_view | str () const |
const char * | c_str () const |
size_t | size () const |
Java string (jstring) reference.
The string is provided as UTF8. This is not actually a reference, as it makes a copy of the string characters, but it's named this way for consistency.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |