public class L_Rbtree
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Rbtree.ByReference |
|
static class |
L_Rbtree.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
int |
keytype |
C type : l_int32
|
L_Rbtree_Node.ByReference |
root |
C type : L_Rbtree_Node*
|
| Constructor | Description |
|---|---|
L_Rbtree() |
|
L_Rbtree(L_Rbtree_Node.ByReference root,
int keytype) |
|
L_Rbtree(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic L_Rbtree_Node.ByReference root
public int keytype
public L_Rbtree()
public L_Rbtree(L_Rbtree_Node.ByReference root, int keytype)
root - C type : L_Rbtree_Node*keytype - C type : l_int32public L_Rbtree(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.