@Name(value="Sarray")
public static class lept.SARRAY
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
SARRAY()
Default native constructor.
|
SARRAY(long size)
Native array allocator.
|
SARRAY(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
array() |
org.bytedeco.javacpp.BytePointer |
array(int i)
string array
|
lept.SARRAY |
array(int i,
org.bytedeco.javacpp.BytePointer array) |
lept.SARRAY |
array(org.bytedeco.javacpp.PointerPointer array) |
int |
n()
number of strings allocated
|
lept.SARRAY |
n(int n) |
int |
nalloc()
size of allocated ptr array
|
lept.SARRAY |
nalloc(int nalloc) |
lept.SARRAY |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.SARRAY |
refcount(int refcount) |
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 SARRAY()
public SARRAY(long size)
Pointer.position(long).public SARRAY(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.SARRAY position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.SARRAY nalloc(int nalloc)
@Cast(value="l_int32") public int n()
public lept.SARRAY n(int n)
@Cast(value="l_int32") public int refcount()
public lept.SARRAY refcount(int refcount)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer array(int i)
public lept.SARRAY array(int i, org.bytedeco.javacpp.BytePointer array)
@Cast(value="char**") public org.bytedeco.javacpp.PointerPointer array()
public lept.SARRAY array(org.bytedeco.javacpp.PointerPointer array)
Copyright © 2018. All rights reserved.