@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 |
---|---|
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, 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 PyMappingMethods()
public PyMappingMethods(long size)
Pointer.position(long)
.public PyMappingMethods(Pointer p)
Pointer.Pointer(Pointer)
.public PyMappingMethods position(long position)
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 © 2020. All rights reserved.