| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_QUEUE |
lept.L_QUEUE.array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_QUEUE |
lept.L_QUEUE.array(org.bytedeco.javacpp.PointerPointer array) |
static lept.L_QUEUE |
lept.lqueueCreate(int nalloc) |
lept.L_QUEUE |
lept.L_QUEUE.nalloc(int nalloc) |
lept.L_QUEUE |
lept.L_QUEUE.nelem(int nelem) |
lept.L_QUEUE |
lept.L_QUEUE.nhead(int nhead) |
lept.L_QUEUE |
lept.L_QUEUE.position(long position) |
lept.L_QUEUE |
lept.L_QUEUE.stack(lept.L_STACK stack) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.lqueueAdd(lept.L_QUEUE lq,
org.bytedeco.javacpp.Pointer item) |
static void |
lept.lqueueDestroy(lept.L_QUEUE plq,
int freeflag) |
static int |
lept.lqueueGetCount(lept.L_QUEUE lq) |
static int |
lept.lqueuePrint(org.bytedeco.javacpp.Pointer fp,
lept.L_QUEUE lq) |
static org.bytedeco.javacpp.Pointer |
lept.lqueueRemove(lept.L_QUEUE lq) |
Copyright © 2018. All rights reserved.