@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 |
---|---|
PyDictKeysObject |
ma_keys() |
PyDictObject |
ma_keys(PyDictKeysObject setter) |
long |
ma_used() |
PyDictObject |
ma_used(long setter) |
PointerPointer |
ma_values() |
PyObject |
ma_values(int i) |
PyDictObject |
ma_values(int i,
PyObject setter) |
PyDictObject |
ma_values(PointerPointer 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, 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 PyDictObject()
public PyDictObject(long size)
Pointer.position(long)
.public PyDictObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyDictObject position(long position)
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 PyObject ma_values(int i)
public PyDictObject ma_values(int i, PyObject setter)
@Cast(value="PyObject**") public PointerPointer ma_values()
public PyDictObject ma_values(PointerPointer setter)
Copyright © 2020. All rights reserved.