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 booleanBoolPointer. 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.PointerBytePointer. 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(java.lang.Object object)Returns a JNI global reference stored in a Pointer for the given Object.BytePointerBytePointer. putBool(long i, boolean b)Sets theboolvalue at the i-thbytein the native array.BytePointerBytePointer. putChar(long i, char c)Sets thecharvalue at the i-thbytein the native array.BytePointerBytePointer. putDouble(long i, double d)Sets thedoublevalue at the i-thbytein the native array.BytePointerBytePointer. putFloat(long i, float f)Sets thefloatvalue at the i-thbytein the native array.BytePointerBytePointer. putInt(long i, int j)Sets theintvalue at the i-thbytein the native array.BytePointerBytePointer. putLong(long i, long j)Sets thelongvalue at the i-thbytein the native array.BytePointerBytePointer. putPointerValue(long i, Pointer p)Sets thePointervalue at the i-thbytein the native array.BytePointerBytePointer. 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 Cast Modifier and Type Method Description static java.lang.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 Cast Modifier and Type Class Description interfaceStdStringA shorthand for@Cast("std::string&") @Adapter("StringAdapter<char>").interfaceStdWStringA shorthand for@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>").
-