static int |
lept.listAddToHead(lept.DLLIST phead,
org.bytedeco.javacpp.Pointer data) |
static int |
lept.listAddToTail(lept.DLLIST phead,
lept.DLLIST ptail,
org.bytedeco.javacpp.Pointer data) |
static void |
lept.listDestroy(lept.DLLIST phead) |
static lept.DLLIST |
lept.listFindElement(lept.DLLIST head,
org.bytedeco.javacpp.Pointer data) |
static lept.DLLIST |
lept.listFindTail(lept.DLLIST head) |
static int |
lept.listGetCount(lept.DLLIST head) |
static int |
lept.listInsertAfter(lept.DLLIST phead,
lept.DLLIST elem,
org.bytedeco.javacpp.Pointer data) |
static int |
lept.listInsertAfter(org.bytedeco.javacpp.PointerPointer phead,
lept.DLLIST elem,
org.bytedeco.javacpp.Pointer data) |
static int |
lept.listInsertBefore(lept.DLLIST phead,
lept.DLLIST elem,
org.bytedeco.javacpp.Pointer data) |
static int |
lept.listInsertBefore(org.bytedeco.javacpp.PointerPointer phead,
lept.DLLIST elem,
org.bytedeco.javacpp.Pointer data) |
static int |
lept.listJoin(lept.DLLIST phead1,
lept.DLLIST phead2) |
static org.bytedeco.javacpp.Pointer |
lept.listRemoveElement(lept.DLLIST phead,
lept.DLLIST elem) |
static org.bytedeco.javacpp.Pointer |
lept.listRemoveElement(org.bytedeco.javacpp.PointerPointer phead,
lept.DLLIST elem) |
static org.bytedeco.javacpp.Pointer |
lept.listRemoveFromHead(lept.DLLIST phead) |
static org.bytedeco.javacpp.Pointer |
lept.listRemoveFromTail(lept.DLLIST phead,
lept.DLLIST ptail) |
static int |
lept.listReverse(lept.DLLIST phead) |
lept.DLLIST |
lept.DLLIST.next(lept.DLLIST next) |
lept.DLLIST |
lept.DLLIST.prev(lept.DLLIST prev) |