@Properties(inherit=python.class) public class _PyCrossInterpreterData extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
_PyCrossInterpreterData.Free_Pointer |
static class |
_PyCrossInterpreterData.New_object__xid |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
_PyCrossInterpreterData()
Default native constructor.
|
_PyCrossInterpreterData(long size)
Native array allocator.
|
_PyCrossInterpreterData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
_PyCrossInterpreterData |
_free(_PyCrossInterpreterData.Free_Pointer setter) |
_PyCrossInterpreterData.Free_Pointer |
_free() |
Pointer |
data() |
_PyCrossInterpreterData |
data(Pointer setter) |
_PyCrossInterpreterData |
getPointer(long i) |
long |
interp() |
_PyCrossInterpreterData |
interp(long setter) |
_PyCrossInterpreterData |
new_object(_PyCrossInterpreterData.New_object__xid setter) |
_PyCrossInterpreterData.New_object__xid |
new_object() |
PyObject |
obj() |
_PyCrossInterpreterData |
obj(PyObject setter) |
_PyCrossInterpreterData |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, 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, zeropublic _PyCrossInterpreterData()
public _PyCrossInterpreterData(long size)
Pointer.position(long).public _PyCrossInterpreterData(Pointer p)
Pointer(Pointer).public _PyCrossInterpreterData position(long position)
public _PyCrossInterpreterData getPointer(long i)
getPointer in class Pointerpublic Pointer data()
public _PyCrossInterpreterData data(Pointer setter)
public PyObject obj()
public _PyCrossInterpreterData obj(PyObject setter)
public _PyCrossInterpreterData interp(long setter)
public _PyCrossInterpreterData.New_object__xid new_object()
public _PyCrossInterpreterData new_object(_PyCrossInterpreterData.New_object__xid setter)
@Name(value="free") public _PyCrossInterpreterData.Free_Pointer _free()
public _PyCrossInterpreterData _free(_PyCrossInterpreterData.Free_Pointer setter)
Copyright © 2023. All rights reserved.