Uses of Annotation Type
org.bytedeco.javacpp.annotation.Cast
Packages that use Cast
Package
Description
Contains the main set of classes for JavaCPP at runtime.
Contains all the annotation classes used by JavaCPP.
-
Uses of Cast in org.bytedeco.javacpp
Methods in org.bytedeco.javacpp with annotations of type CastModifier and TypeMethodDescriptionboolean
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.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
(Object object) Returns a JNI global reference stored in a Pointer for the given Object.BytePointer.putBool
(long i, boolean b) Sets thebool
value at the i-thbyte
in the native array.BytePointer.putChar
(long i, char c) Sets thechar
value at the i-thbyte
in the native array.BytePointer.putDouble
(long i, double d) Sets thedouble
value at the i-thbyte
in the native array.BytePointer.putFloat
(long i, float f) Sets thefloat
value at the i-thbyte
in the native array.BytePointer.putInt
(long i, int j) Sets theint
value at the i-thbyte
in the native array.BytePointer.putLong
(long i, long j) Sets thelong
value at the i-thbyte
in the native array.BytePointer.putPointerValue
(long i, Pointer p) Sets thePointer
value at the i-thbyte
in the native array.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 CastModifier and TypeMethodDescriptionstatic 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 CastModifier and TypeClassDescription@interface
A shorthand for@Cast("std::string&") @Adapter("StringAdapter<char>")
.@interface
A shorthand for@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>")
.