WPILibC++ 2023.4.3
wpi::java::detail Namespace Reference

Classes

struct  ConvertIntArray
 Slow path (get primitive array and set individual elements). More...
 
struct  ConvertIntArray< T, true >
 Fast path (use SetIntArrayRegion). More...
 
class  JArrayRefBase
 Base class for J*ArrayRef and CriticalJ*ArrayRef. More...
 
class  JArrayRefInner
 
class  JArrayRefInner< C, jbyte >
 Specialization of JArrayRefBase to provide std::string_view conversion and span<const uint8_t> conversion. More...
 
class  JArrayRefInner< C, jlong >
 Specialization of JArrayRefBase to handle both "long long" and "long" on 64-bit systems. More...