@Properties(inherit=python.class) public class PyASCIIObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyASCIIObject()
Default native constructor.
|
PyASCIIObject(long size)
Native array allocator.
|
PyASCIIObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
hash() |
PyASCIIObject |
hash(long setter) |
long |
length() |
PyASCIIObject |
length(long setter) |
PyObject |
ob_base() |
PyASCIIObject |
ob_base(PyObject setter) |
PyASCIIObject |
position(long position) |
int |
state_ascii() |
PyASCIIObject |
state_ascii(int setter) |
int |
state_compact() |
PyASCIIObject |
state_compact(int setter) |
int |
state_interned() |
PyASCIIObject |
state_interned(int setter) |
int |
state_kind() |
PyASCIIObject |
state_kind(int setter) |
int |
state_ready() |
PyASCIIObject |
state_ready(int setter) |
Pointer |
wstr() |
PyASCIIObject |
wstr(Pointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyASCIIObject()
public PyASCIIObject(long size)
Pointer.position(long)
.public PyASCIIObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyASCIIObject position(long position)
public PyASCIIObject ob_base(PyObject setter)
public PyASCIIObject length(long setter)
public PyASCIIObject hash(long setter)
@Name(value="state.interned") @Cast(value="unsigned int") @NoOffset public int state_interned()
public PyASCIIObject state_interned(int setter)
public PyASCIIObject state_kind(int setter)
@Name(value="state.compact") @Cast(value="unsigned int") @NoOffset public int state_compact()
public PyASCIIObject state_compact(int setter)
@Name(value="state.ascii") @Cast(value="unsigned int") @NoOffset public int state_ascii()
public PyASCIIObject state_ascii(int setter)
@Name(value="state.ready") @Cast(value="unsigned int") @NoOffset public int state_ready()
public PyASCIIObject state_ready(int setter)
public PyASCIIObject wstr(Pointer setter)
Copyright © 2020. All rights reserved.