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.Unionnative 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRb_Type.ByReferencestatic classRb_Type.ByValue
-
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
-
-
-
-
Constructor Detail
-
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*
-
-