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 SummaryNested Classes Modifier and Type Class Description static classRb_Type.ByReferencestatic classRb_Type.ByValue
- 
Field Summary
- 
Constructor Summary
- 
Method SummaryMethods inherited from class com.sun.jna.UniongetFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeFieldMethods inherited from class com.sun.jna.StructureallocateMemory, 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
- 
Constructor Details- 
Rb_Typepublic Rb_Type()
- 
Rb_Typepublic Rb_Type(long itype_or_utype)- Parameters:
- itype_or_utype- C type : l_int64, or C type : l_uint64
 
- 
Rb_Typepublic Rb_Type(double ftype)- Parameters:
- ftype- C type : l_float64
 
- 
Rb_Typepublic Rb_Type(com.sun.jna.Pointer ptype)- Parameters:
- ptype- C type : void*
 
 
-