@Name(value="L_Queue")
public static class lept.L_QUEUE
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_QUEUE()
Default native constructor.
|
L_QUEUE(long size)
Native array allocator.
|
L_QUEUE(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
array() |
org.bytedeco.javacpp.Pointer |
array(int i)
ptr array
|
lept.L_QUEUE |
array(int i,
org.bytedeco.javacpp.Pointer array) |
lept.L_QUEUE |
array(org.bytedeco.javacpp.PointerPointer array) |
int |
nalloc()
size of allocated ptr array
|
lept.L_QUEUE |
nalloc(int nalloc) |
int |
nelem()
number of elements stored in the queue
|
lept.L_QUEUE |
nelem(int nelem) |
int |
nhead()
beginning of the array
|
lept.L_QUEUE |
nhead(int nhead) |
lept.L_QUEUE |
position(long position) |
lept.L_STACK |
stack()
auxiliary stack
|
lept.L_QUEUE |
stack(lept.L_STACK stack) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_QUEUE()
public L_QUEUE(long size)
Pointer.position(long).public L_QUEUE(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_QUEUE position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.L_QUEUE nalloc(int nalloc)
@Cast(value="l_int32") public int nhead()
public lept.L_QUEUE nhead(int nhead)
@Cast(value="l_int32") public int nelem()
public lept.L_QUEUE nelem(int nelem)
public org.bytedeco.javacpp.Pointer array(int i)
public lept.L_QUEUE array(int i, org.bytedeco.javacpp.Pointer array)
@Cast(value="void**") public org.bytedeco.javacpp.PointerPointer array()
public lept.L_QUEUE array(org.bytedeco.javacpp.PointerPointer array)
public lept.L_STACK stack()
public lept.L_QUEUE stack(lept.L_STACK stack)
Copyright © 2018. All rights reserved.