Uses of Class
org.bytedeco.javacpp.annotation.Cast
-
Packages that use Cast Package Description org.bytedeco.javacpp Contains the main set of classes for JavaCPP at runtime.org.bytedeco.javacpp.annotation Contains all the annotation classes used by JavaCPP. -
-
Uses of Cast in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp with annotations of type Cast Modifier and Type Method Description boolean
BoolPointer. get(long i)
long
CLongPointer. get(long i)
long
SizeTPointer. get(long i)
boolean
BytePointer. getBool(long i)
Returns thebool
value at the i-thbyte
in the native array.char
BytePointer. getChar(long i)
Returns thechar
value at the i-thbyte
in the native array.double
BytePointer. getDouble(long i)
Returns thedouble
value at the i-thbyte
in the native array.float
BytePointer. getFloat(long i)
Returns thefloat
value at the i-thbyte
in the native array.int
BytePointer. getInt(long i)
Returns theint
value at the i-thbyte
in the native array.static Pointer
Loader.Helper. getJavaVM()
Returns the JavaVM JNI object, as required by some APIs for initialization.long
BytePointer. getLong(long i)
Returns thelong
value at the i-thbyte
in the native array.Pointer
BytePointer. getPointerValue(long i)
Returns thePointer
value at the i-thbyte
in the native array.short
BytePointer. getShort(long i)
Returns theshort
value at the i-thbyte
in the native array.static Pointer
Loader.Helper. newGlobalRef(java.lang.Object object)
Returns a JNI global reference stored in a Pointer for the given Object.BytePointer
BytePointer. putBool(long i, boolean b)
Sets thebool
value at the i-thbyte
in the native array.BytePointer
BytePointer. putChar(long i, char c)
Sets thechar
value at the i-thbyte
in the native array.BytePointer
BytePointer. putDouble(long i, double d)
Sets thedouble
value at the i-thbyte
in the native array.BytePointer
BytePointer. putFloat(long i, float f)
Sets thefloat
value at the i-thbyte
in the native array.BytePointer
BytePointer. putInt(long i, int j)
Sets theint
value at the i-thbyte
in the native array.BytePointer
BytePointer. putLong(long i, long j)
Sets thelong
value at the i-thbyte
in the native array.BytePointer
BytePointer. putPointerValue(long i, Pointer p)
Sets thePointer
value at the i-thbyte
in the native array.BytePointer
BytePointer. putShort(long i, short s)
Sets theshort
value at the i-thbyte
in the native array.static BytePointer
BytePointer. strcat(BytePointer dst, BytePointer src)
static BytePointer
BytePointer. strchr(BytePointer str, int ch)
static BytePointer
BytePointer. strcpy(BytePointer dst, BytePointer src)
static long
BytePointer. strcspn(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strerror(int errnum)
static long
BytePointer. strlen(BytePointer str)
static BytePointer
BytePointer. strncat(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strncpy(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strpbrk(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strrchr(BytePointer str, int ch)
static long
BytePointer. strspn(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strstr(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strtok(BytePointer str, BytePointer delim)
static long
BytePointer. strxfrm(BytePointer dst, BytePointer src, long n)
Method parameters in org.bytedeco.javacpp with annotations of type Cast Modifier and Type Method Description static java.lang.Object
Loader.Helper. accessGlobalRef(Pointer globalRef)
Returns an Object from the JNI global reference stored in the Pointer.static void
Loader.Helper. deleteGlobalRef(Pointer globalRef)
Deletes the JNI global reference stored in the Pointer.static BytePointer
BytePointer. strcat(BytePointer dst, BytePointer src)
static BytePointer
BytePointer. strcat(BytePointer dst, BytePointer src)
static BytePointer
BytePointer. strchr(BytePointer str, int ch)
static int
BytePointer. strcmp(BytePointer str1, BytePointer str2)
static int
BytePointer. strcmp(BytePointer str1, BytePointer str2)
static int
BytePointer. strcoll(BytePointer str1, BytePointer str2)
static int
BytePointer. strcoll(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strcpy(BytePointer dst, BytePointer src)
static BytePointer
BytePointer. strcpy(BytePointer dst, BytePointer src)
static long
BytePointer. strcspn(BytePointer str1, BytePointer str2)
static long
BytePointer. strcspn(BytePointer str1, BytePointer str2)
static long
BytePointer. strlen(BytePointer str)
static BytePointer
BytePointer. strncat(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strncat(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strncat(BytePointer dst, BytePointer src, long n)
static int
BytePointer. strncmp(BytePointer str1, BytePointer str2, long n)
static int
BytePointer. strncmp(BytePointer str1, BytePointer str2, long n)
static int
BytePointer. strncmp(BytePointer str1, BytePointer str2, long n)
static BytePointer
BytePointer. strncpy(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strncpy(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strncpy(BytePointer dst, BytePointer src, long n)
static BytePointer
BytePointer. strpbrk(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strpbrk(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strrchr(BytePointer str, int ch)
static long
BytePointer. strspn(BytePointer str1, BytePointer str2)
static long
BytePointer. strspn(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strstr(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strstr(BytePointer str1, BytePointer str2)
static BytePointer
BytePointer. strtok(BytePointer str, BytePointer delim)
static BytePointer
BytePointer. strtok(BytePointer str, BytePointer delim)
static long
BytePointer. strxfrm(BytePointer dst, BytePointer src, long n)
static long
BytePointer. strxfrm(BytePointer dst, BytePointer src, long n)
static long
BytePointer. strxfrm(BytePointer dst, BytePointer src, long n)
-
Uses of Cast in org.bytedeco.javacpp.annotation
Classes in org.bytedeco.javacpp.annotation with annotations of type Cast Modifier and Type Class Description interface
StdString
A shorthand for@Cast("std::string&") @Adapter("StringAdapter<char>")
.interface
StdWString
A shorthand for@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>")
.
-