Package net.sourceforge.lept4j
Class Rb_Type
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
net.sourceforge.lept4j.Rb_Type
- Direct Known Subclasses:
Rb_Type.ByReference
,Rb_Type.ByValue
public class Rb_Type
extends com.sun.jna.Union
native declaration : rbtree.h:10
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java or JNA.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jna.Structure
com.sun.jna.Structure.FieldOrder, com.sun.jna.Structure.StructField
-
Field Summary
Modifier and TypeFieldDescriptiondouble
C type : l_float64long
C type : l_int64com.sun.jna.Pointer
C type : void*long
C type : l_uint64Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sun.jna.Union
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeField
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
-
Field Details
-
itype
public long itypeC type : l_int64 -
utype
public long utypeC type : l_uint64 -
ftype
public double ftypeC type : l_float64 -
ptype
public com.sun.jna.Pointer ptypeC type : void*
-
-
Constructor Details
-
Rb_Type
public Rb_Type() -
Rb_Type
public Rb_Type(long itype_or_utype) - Parameters:
itype_or_utype
- C type : l_int64, or C type : l_uint64
-
Rb_Type
public Rb_Type(double ftype) - Parameters:
ftype
- C type : l_float64
-
Rb_Type
public Rb_Type(com.sun.jna.Pointer ptype) - Parameters:
ptype
- C type : void*
-