public class DoubleLinkedList
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleLinkedList.ByReference |
static class |
DoubleLinkedList.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
data
C type : void*
|
DoubleLinkedList.ByReference |
next
C type : DoubleLinkedList*
|
DoubleLinkedList.ByReference |
prev
C type : DoubleLinkedList*
|
| Constructor and Description |
|---|
DoubleLinkedList() |
DoubleLinkedList(DoubleLinkedList.ByReference prev,
DoubleLinkedList.ByReference next,
com.sun.jna.Pointer data) |
DoubleLinkedList(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic DoubleLinkedList.ByReference prev
public DoubleLinkedList.ByReference next
public com.sun.jna.Pointer data
public DoubleLinkedList()
public DoubleLinkedList(DoubleLinkedList.ByReference prev, DoubleLinkedList.ByReference next, com.sun.jna.Pointer data)
prev - C type : DoubleLinkedList*next - C type : DoubleLinkedList*data - C type : void*public DoubleLinkedList(com.sun.jna.Pointer peer)
Copyright © 2018. All Rights Reserved.