@Name(value="DoubleLinkedList") public static class lept.DLLIST extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.DLLIST()
Default native constructor.
|
lept.DLLIST(long size)
Native array allocator.
|
lept.DLLIST(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
data() |
lept.DLLIST |
data(Pointer data) |
lept.DLLIST |
next() |
lept.DLLIST |
next(lept.DLLIST next) |
lept.DLLIST |
position(long position) |
lept.DLLIST |
prev() |
lept.DLLIST |
prev(lept.DLLIST prev) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic lept.DLLIST()
public lept.DLLIST(long size)
Pointer.position(long).public lept.DLLIST(Pointer p)
Pointer.Pointer(Pointer).public lept.DLLIST position(long position)
public lept.DLLIST prev()
public lept.DLLIST prev(lept.DLLIST prev)
public lept.DLLIST next()
public lept.DLLIST next(lept.DLLIST next)
public Pointer data()
public lept.DLLIST data(Pointer data)
Copyright © 2016. All rights reserved.