@Properties(inherit=python.class) public class PyWideStringList extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PyWideStringList()
Default native constructor.
|
PyWideStringList(long size)
Native array allocator.
|
PyWideStringList(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyWideStringList |
getPointer(long i) |
org.bytedeco.javacpp.PointerPointer |
items() |
org.bytedeco.javacpp.Pointer |
items(int i) |
PyWideStringList |
items(int i,
org.bytedeco.javacpp.Pointer setter) |
PyWideStringList |
items(org.bytedeco.javacpp.PointerPointer setter) |
long |
length() |
PyWideStringList |
length(long setter) |
PyWideStringList |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PyWideStringList()
public PyWideStringList(long size)
Pointer.position(long).public PyWideStringList(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PyWideStringList position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PyWideStringList getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@Cast(value="Py_ssize_t") public long length()
public PyWideStringList length(long setter)
@Cast(value="wchar_t*") public org.bytedeco.javacpp.Pointer items(int i)
public PyWideStringList items(int i, org.bytedeco.javacpp.Pointer setter)
@Cast(value="wchar_t**") public org.bytedeco.javacpp.PointerPointer items()
public PyWideStringList items(org.bytedeco.javacpp.PointerPointer setter)
Copyright © 2023. All rights reserved.