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 TypeMethodDescriptionbooleanBoolPointer.get(long i) longCLongPointer.get(long i) longSizeTPointer.get(long i) booleanBytePointer.getBool(long i) Returns theboolvalue at the i-thbytein the native array.charBytePointer.getChar(long i) Returns thecharvalue at the i-thbytein the native array.doubleBytePointer.getDouble(long i) Returns thedoublevalue at the i-thbytein the native array.floatBytePointer.getFloat(long i) Returns thefloatvalue at the i-thbytein the native array.intBytePointer.getInt(long i) Returns theintvalue at the i-thbytein the native array.static PointerLoader.Helper.getJavaVM()Returns the JavaVM JNI object, as required by some APIs for initialization.longBytePointer.getLong(long i) Returns thelongvalue at the i-thbytein the native array.BytePointer.getPointerValue(long i) Returns thePointervalue at the i-thbytein the native array.shortBytePointer.getShort(long i) Returns theshortvalue at the i-thbytein the native array.static PointerLoader.Helper.newGlobalRef(Object object) Returns a JNI global reference stored in a Pointer for the given Object.BytePointer.putBool(long i, boolean b) Sets theboolvalue at the i-thbytein the native array.BytePointer.putChar(long i, char c) Sets thecharvalue at the i-thbytein the native array.BytePointer.putDouble(long i, double d) Sets thedoublevalue at the i-thbytein the native array.BytePointer.putFloat(long i, float f) Sets thefloatvalue at the i-thbytein the native array.BytePointer.putInt(long i, int j) Sets theintvalue at the i-thbytein the native array.BytePointer.putLong(long i, long j) Sets thelongvalue at the i-thbytein the native array.BytePointer.putPointerValue(long i, Pointer p) Sets thePointervalue at the i-thbytein the native array.BytePointer.putShort(long i, short s) Sets theshortvalue at the i-thbytein the native array.static BytePointerBytePointer.strcat(BytePointer dst, BytePointer src) static BytePointerBytePointer.strchr(BytePointer str, int ch) static BytePointerBytePointer.strcpy(BytePointer dst, BytePointer src) static longBytePointer.strcspn(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strerror(int errnum) static longBytePointer.strlen(BytePointer str) static BytePointerBytePointer.strncat(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strncpy(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strpbrk(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strrchr(BytePointer str, int ch) static longBytePointer.strspn(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strstr(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strtok(BytePointer str, BytePointer delim) static longBytePointer.strxfrm(BytePointer dst, BytePointer src, long n) Method parameters in org.bytedeco.javacpp with annotations of type CastModifier and TypeMethodDescriptionstatic ObjectLoader.Helper.accessGlobalRef(Pointer globalRef) Returns an Object from the JNI global reference stored in the Pointer.static voidLoader.Helper.deleteGlobalRef(Pointer globalRef) Deletes the JNI global reference stored in the Pointer.static BytePointerBytePointer.strcat(BytePointer dst, BytePointer src) static BytePointerBytePointer.strcat(BytePointer dst, BytePointer src) static BytePointerBytePointer.strchr(BytePointer str, int ch) static intBytePointer.strcmp(BytePointer str1, BytePointer str2) static intBytePointer.strcmp(BytePointer str1, BytePointer str2) static intBytePointer.strcoll(BytePointer str1, BytePointer str2) static intBytePointer.strcoll(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strcpy(BytePointer dst, BytePointer src) static BytePointerBytePointer.strcpy(BytePointer dst, BytePointer src) static longBytePointer.strcspn(BytePointer str1, BytePointer str2) static longBytePointer.strcspn(BytePointer str1, BytePointer str2) static longBytePointer.strlen(BytePointer str) static BytePointerBytePointer.strncat(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strncat(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strncat(BytePointer dst, BytePointer src, long n) static intBytePointer.strncmp(BytePointer str1, BytePointer str2, long n) static intBytePointer.strncmp(BytePointer str1, BytePointer str2, long n) static intBytePointer.strncmp(BytePointer str1, BytePointer str2, long n) static BytePointerBytePointer.strncpy(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strncpy(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strncpy(BytePointer dst, BytePointer src, long n) static BytePointerBytePointer.strpbrk(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strpbrk(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strrchr(BytePointer str, int ch) static longBytePointer.strspn(BytePointer str1, BytePointer str2) static longBytePointer.strspn(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strstr(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strstr(BytePointer str1, BytePointer str2) static BytePointerBytePointer.strtok(BytePointer str, BytePointer delim) static BytePointerBytePointer.strtok(BytePointer str, BytePointer delim) static longBytePointer.strxfrm(BytePointer dst, BytePointer src, long n) static longBytePointer.strxfrm(BytePointer dst, BytePointer src, long n) static longBytePointer.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@interfaceA shorthand for@Cast("std::string&") @Adapter("StringAdapter<char>").@interfaceA shorthand for@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>").