@Properties(inherit=python.class) public class PySetObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PySetObject()
Default native constructor.
|
PySetObject(long size)
Native array allocator.
|
PySetObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
_fill() |
PySetObject |
_fill(long setter) |
long |
finger() |
PySetObject |
finger(long setter) |
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, 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 PySetObject()
public PySetObject(long size)
Pointer.position(long)
.public PySetObject(Pointer p)
Pointer.Pointer(Pointer)
.public PySetObject position(long position)
public PySetObject ob_base(PyObject setter)
public PySetObject _fill(long setter)
public PySetObject used(long setter)
public PySetObject mask(long setter)
public setentry table()
public PySetObject table(setentry setter)
public PySetObject hash(long setter)
public PySetObject finger(long setter)
public PySetObject smalltable(int i, setentry setter)
@MemberGetter public setentry smalltable()
public PyObject weakreflist()
public PySetObject weakreflist(PyObject setter)
Copyright © 2020. All rights reserved.