Package org.bytedeco.cpython
Class PyHeapTypeObject
java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.cpython.PyHeapTypeObject
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDefault native constructor.PyHeapTypeObject(long size) Native array allocator.Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescription_ht_tpname(BytePointer setter) _spec_cache(_specialization_cache setter) as_async()as_async(PyAsyncMethods setter) as_buffer(PyBufferProcs setter) as_mapping(PyMappingMethods setter) as_number(PyNumberMethods setter) as_sequence(PySequenceMethods setter) getPointer(long i) ht_cached_keys(PyDictKeysObject setter) ht_name()ht_qualname(PyObject setter) ht_slots()ht_type()ht_type(PyTypeObject setter) position(long position) Methods inherited from class org.bytedeco.javacpp.Pointer
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
-
Constructor Details
-
PyHeapTypeObject
public PyHeapTypeObject()Default native constructor. -
PyHeapTypeObject
public PyHeapTypeObject(long size) Native array allocator. Access withPointer.position(long). -
PyHeapTypeObject
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Details
-
position
-
getPointer
- Overrides:
getPointerin classPointer
-
ht_type
-
ht_type
-
as_async
-
as_async
-
as_number
-
as_number
-
as_mapping
-
as_mapping
-
as_sequence
-
as_sequence
-
as_buffer
-
as_buffer
-
ht_name
-
ht_name
-
ht_slots
-
ht_slots
-
ht_qualname
-
ht_qualname
-
ht_cached_keys
-
ht_cached_keys
-
ht_module
-
ht_module
-
_ht_tpname
-
_ht_tpname
-
_spec_cache
-
_spec_cache
-