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