@Properties(inherit=python.class) public class PyHash_FuncDef extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
PyHash_FuncDef.Hash_Pointer_long |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyHash_FuncDef(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
hash_bits() |
PyHash_FuncDef.Hash_Pointer_long |
hash() |
BytePointer |
name() |
PyHash_FuncDef |
name(BytePointer setter) |
int |
seed_bits() |
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyHash_FuncDef(Pointer p)
Pointer.Pointer(Pointer)
.@MemberGetter @Const public PyHash_FuncDef.Hash_Pointer_long hash()
@Cast(value="const char*") public BytePointer name()
public PyHash_FuncDef name(BytePointer setter)
@MemberGetter public int hash_bits()
@MemberGetter public int seed_bits()
Copyright © 2020. All rights reserved.