@Properties(inherit=python.class) public class PySetObject extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PySetObject()
Default native constructor.
|
PySetObject(long size)
Native array allocator.
|
PySetObject(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
_fill() |
PySetObject |
_fill(long setter) |
long |
finger() |
PySetObject |
finger(long setter) |
PySetObject |
getPointer(long i) |
long |
hash() |
PySetObject |
hash(long setter) |
long |
mask() |
PySetObject |
mask(long setter) |
PyObject |
ob_base() |
PySetObject |
ob_base(PyObject setter) |
PySetObject |
position(long position) |
setentry |
smalltable() |
setentry |
smalltable(int i) |
PySetObject |
smalltable(int i,
setentry setter) |
setentry |
table() |
PySetObject |
table(setentry setter) |
long |
used() |
PySetObject |
used(long setter) |
PyObject |
weakreflist() |
PySetObject |
weakreflist(PyObject setter) |
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 PySetObject()
public PySetObject(long size)
Pointer.position(long).public PySetObject(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public PySetObject position(long position)
position in class org.bytedeco.javacpp.Pointerpublic PySetObject getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@ByRef public PyObject ob_base()
public PySetObject ob_base(PyObject setter)
@Cast(value="Py_ssize_t") @Name(value="fill") public long _fill()
public PySetObject _fill(long setter)
@Cast(value="Py_ssize_t") public long used()
public PySetObject used(long setter)
@Cast(value="Py_ssize_t") public long mask()
public PySetObject mask(long setter)
public setentry table()
public PySetObject table(setentry setter)
@Cast(value="Py_hash_t") public long hash()
public PySetObject hash(long setter)
@Cast(value="Py_ssize_t") public long finger()
public PySetObject finger(long setter)
@ByRef public setentry smalltable(int i)
public PySetObject smalltable(int i, setentry setter)
@MemberGetter public setentry smalltable()
public PyObject weakreflist()
public PySetObject weakreflist(PyObject setter)
Copyright © 2023. All rights reserved.