| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.L_QUEUE |
lept.L_QUEUE.array(int i,
Pointer 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,
Pointer item) |
static void |
lept.lqueueDestroy(lept.L_QUEUE plq,
int freeflag) |
static int |
lept.lqueueGetCount(lept.L_QUEUE lq) |
static int |
lept.lqueuePrint(Pointer fp,
lept.L_QUEUE lq) |
static Pointer |
lept.lqueueRemove(lept.L_QUEUE lq) |
Copyright © 2016. All rights reserved.