@Properties(inherit=python.class) public class _PyDictViewObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyDictViewObject()
Default native constructor.
|
_PyDictViewObject(long size)
Native array allocator.
|
_PyDictViewObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyDictObject |
dv_dict() |
_PyDictViewObject |
dv_dict(PyDictObject setter) |
PyObject |
ob_base() |
_PyDictViewObject |
ob_base(PyObject setter) |
_PyDictViewObject |
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 _PyDictViewObject()
public _PyDictViewObject(long size)
Pointer.position(long)
.public _PyDictViewObject(Pointer p)
Pointer.Pointer(Pointer)
.public _PyDictViewObject position(long position)
public _PyDictViewObject ob_base(PyObject setter)
public PyDictObject dv_dict()
public _PyDictViewObject dv_dict(PyDictObject setter)
Copyright © 2020. All rights reserved.