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