@Properties(inherit=python.class) public class PyUnicodeObject extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PyUnicodeObject()
Default native constructor.
|
PyUnicodeObject(long size)
Native array allocator.
|
PyUnicodeObject(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyCompactUnicodeObject |
_base() |
PyUnicodeObject |
_base(PyCompactUnicodeObject setter) |
org.bytedeco.javacpp.Pointer |
data_any() |
PyUnicodeObject |
data_any(org.bytedeco.javacpp.Pointer setter) |
org.bytedeco.javacpp.BytePointer |
data_latin1() |
PyUnicodeObject |
data_latin1(org.bytedeco.javacpp.BytePointer setter) |
org.bytedeco.javacpp.ShortPointer |
data_ucs2() |
PyUnicodeObject |
data_ucs2(org.bytedeco.javacpp.ShortPointer setter) |
org.bytedeco.javacpp.IntPointer |
data_ucs4() |
PyUnicodeObject |
data_ucs4(org.bytedeco.javacpp.IntPointer setter) |
PyUnicodeObject |
getPointer(long i) |
PyUnicodeObject |
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 PyUnicodeObject()
public PyUnicodeObject(long size)
Pointer.position(long).public PyUnicodeObject(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PyUnicodeObject position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PyUnicodeObject getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@ByRef public PyCompactUnicodeObject _base()
public PyUnicodeObject _base(PyCompactUnicodeObject setter)
@Name(value="data.any") public org.bytedeco.javacpp.Pointer data_any()
public PyUnicodeObject data_any(org.bytedeco.javacpp.Pointer setter)
@Name(value="data.latin1") @Cast(value="Py_UCS1*") public org.bytedeco.javacpp.BytePointer data_latin1()
public PyUnicodeObject data_latin1(org.bytedeco.javacpp.BytePointer setter)
@Name(value="data.ucs2") @Cast(value="Py_UCS2*") public org.bytedeco.javacpp.ShortPointer data_ucs2()
public PyUnicodeObject data_ucs2(org.bytedeco.javacpp.ShortPointer setter)
@Name(value="data.ucs4") @Cast(value="Py_UCS4*") public org.bytedeco.javacpp.IntPointer data_ucs4()
public PyUnicodeObject data_ucs4(org.bytedeco.javacpp.IntPointer setter)
Copyright © 2023. All rights reserved.