![]() |
WPILibC++ 2025.3.2
|
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 |
| WPI_String | wpi_str () 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 |
|
inline |