@Properties(inherit=numpy.class) public class PyUnicodeScalarObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PyUnicodeScalarObject()
Default native constructor.
|
PyUnicodeScalarObject(long size)
Native array allocator.
|
PyUnicodeScalarObject(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.cpython.PyUnicodeObject |
base() |
PyUnicodeScalarObject |
base(org.bytedeco.cpython.PyUnicodeObject setter) |
BytePointer |
buffer_fmt() |
PyUnicodeScalarObject |
buffer_fmt(BytePointer setter) |
PyUnicodeScalarObject |
getPointer(long i) |
IntPointer |
obval() |
PyUnicodeScalarObject |
obval(IntPointer setter) |
PyUnicodeScalarObject |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, 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 PyUnicodeScalarObject()
public PyUnicodeScalarObject(long size)
Pointer.position(long).public PyUnicodeScalarObject(Pointer p)
Pointer(Pointer).public PyUnicodeScalarObject position(long position)
public PyUnicodeScalarObject getPointer(long i)
getPointer in class Pointer@ByRef public org.bytedeco.cpython.PyUnicodeObject base()
public PyUnicodeScalarObject base(org.bytedeco.cpython.PyUnicodeObject setter)
@Cast(value="Py_UCS4*") public IntPointer obval()
public PyUnicodeScalarObject obval(IntPointer setter)
@Cast(value="char*") public BytePointer buffer_fmt()
public PyUnicodeScalarObject buffer_fmt(BytePointer setter)
Copyright © 2023. All rights reserved.