@Properties(inherit=python.class) public class PyMappingMethods extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyMappingMethods()
Default native constructor.
|
PyMappingMethods(long size)
Native array allocator.
|
PyMappingMethods(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyMappingMethods |
getPointer(long i) |
objobjargproc |
mp_ass_subscript() |
PyMappingMethods |
mp_ass_subscript(objobjargproc setter) |
lenfunc |
mp_length() |
PyMappingMethods |
mp_length(lenfunc setter) |
binaryfunc |
mp_subscript() |
PyMappingMethods |
mp_subscript(binaryfunc setter) |
PyMappingMethods |
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 PyMappingMethods()
public PyMappingMethods(long size)
Pointer.position(long)
.public PyMappingMethods(Pointer p)
Pointer(Pointer)
.public PyMappingMethods position(long position)
public PyMappingMethods getPointer(long i)
getPointer
in class Pointer
public lenfunc mp_length()
public PyMappingMethods mp_length(lenfunc setter)
public binaryfunc mp_subscript()
public PyMappingMethods mp_subscript(binaryfunc setter)
public objobjargproc mp_ass_subscript()
public PyMappingMethods mp_ass_subscript(objobjargproc setter)
Copyright © 2023. All rights reserved.