@Properties(inherit=python.class) public class _slice extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_slice()
Default native constructor.
|
_slice(long size)
Native array allocator.
|
_slice(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
kind() |
_slice |
kind(int setter) |
_slice |
position(long position) |
asdl_seq |
v_ExtSlice_dims() |
_slice |
v_ExtSlice_dims(asdl_seq setter) |
_slice |
v_Index_value(_expr setter) |
_expr |
v_Index_value() |
_slice |
v_Slice_lower(_expr setter) |
_expr |
v_Slice_lower() |
_slice |
v_Slice_step(_expr setter) |
_expr |
v_Slice_step() |
_slice |
v_Slice_upper(_expr setter) |
_expr |
v_Slice_upper() |
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 _slice()
public _slice(long size)
Pointer.position(long)
.public _slice(Pointer p)
Pointer.Pointer(Pointer)
.public _slice kind(int setter)
Copyright © 2020. All rights reserved.