@Properties(inherit=python.class) public class PyDictObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyDictObject()
Default native constructor.
|
PyDictObject(long size)
Native array allocator.
|
PyDictObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyDictObject |
getPointer(long i) |
PyDictKeysObject |
ma_keys() |
PyDictObject |
ma_keys(PyDictKeysObject setter) |
long |
ma_used() |
PyDictObject |
ma_used(long setter) |
PyDictValues |
ma_values() |
PyDictObject |
ma_values(PyDictValues setter) |
long |
ma_version_tag() |
PyDictObject |
ma_version_tag(long setter) |
PyObject |
ob_base() |
PyDictObject |
ob_base(PyObject setter) |
PyDictObject |
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, zero
public PyDictObject()
public PyDictObject(long size)
Pointer.position(long)
.public PyDictObject(Pointer p)
Pointer(Pointer)
.public PyDictObject position(long position)
public PyDictObject getPointer(long i)
getPointer
in class Pointer
public PyDictObject ob_base(PyObject setter)
public PyDictObject ma_used(long setter)
public PyDictObject ma_version_tag(long setter)
public PyDictKeysObject ma_keys()
public PyDictObject ma_keys(PyDictKeysObject setter)
public PyDictValues ma_values()
public PyDictObject ma_values(PyDictValues setter)
Copyright © 2023. All rights reserved.