@Properties(inherit=python.class) public class PyStructSequence_Desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyStructSequence_Desc()
Default native constructor.
|
PyStructSequence_Desc(long size)
Native array allocator.
|
PyStructSequence_Desc(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
doc() |
PyStructSequence_Desc |
doc(BytePointer setter) |
PyStructSequence_Field |
fields() |
PyStructSequence_Desc |
fields(PyStructSequence_Field setter) |
int |
n_in_sequence() |
PyStructSequence_Desc |
n_in_sequence(int setter) |
BytePointer |
name() |
PyStructSequence_Desc |
name(BytePointer setter) |
PyStructSequence_Desc |
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 PyStructSequence_Desc()
public PyStructSequence_Desc(long size)
Pointer.position(long)
.public PyStructSequence_Desc(Pointer p)
Pointer.Pointer(Pointer)
.public PyStructSequence_Desc position(long position)
@Cast(value="const char*") public BytePointer name()
public PyStructSequence_Desc name(BytePointer setter)
@Cast(value="const char*") public BytePointer doc()
public PyStructSequence_Desc doc(BytePointer setter)
public PyStructSequence_Field fields()
public PyStructSequence_Desc fields(PyStructSequence_Field setter)
public int n_in_sequence()
public PyStructSequence_Desc n_in_sequence(int setter)
Copyright © 2020. All rights reserved.