Package org.bytedeco.gsl
Class gsl_spmatrix_pool_node
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_spmatrix_pool_node
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_spmatrix_pool_node extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description gsl_spmatrix_pool_node()Default native constructor.gsl_spmatrix_pool_node(long size)Native array allocator.gsl_spmatrix_pool_node(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pointerblock_ptr()gsl_spmatrix_pool_nodeblock_ptr(Pointer setter)BytePointerfree_slot()gsl_spmatrix_pool_nodefree_slot(BytePointer setter)gsl_spmatrix_pool_nodegetPointer(long i)gsl_spmatrix_pool_nodenext()gsl_spmatrix_pool_nodenext(gsl_spmatrix_pool_node setter)gsl_spmatrix_pool_nodeposition(long position)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, 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, zero
-
-
-
-
Constructor Detail
-
gsl_spmatrix_pool_node
public gsl_spmatrix_pool_node()
Default native constructor.
-
gsl_spmatrix_pool_node
public gsl_spmatrix_pool_node(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_spmatrix_pool_node
public gsl_spmatrix_pool_node(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_spmatrix_pool_node position(long position)
-
getPointer
public gsl_spmatrix_pool_node getPointer(long i)
- Overrides:
getPointerin classPointer
-
next
public gsl_spmatrix_pool_node next()
-
next
public gsl_spmatrix_pool_node next(gsl_spmatrix_pool_node setter)
-
block_ptr
public Pointer block_ptr()
-
block_ptr
public gsl_spmatrix_pool_node block_ptr(Pointer setter)
-
free_slot
@Cast("unsigned char*") public BytePointer free_slot()
-
free_slot
public gsl_spmatrix_pool_node free_slot(BytePointer setter)
-
-