Package org.bytedeco.gsl
Class gsl_bst_workspace
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_workspace
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_workspace 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_bst_workspace()Default native constructor.gsl_bst_workspace(long size)Native array allocator.gsl_bst_workspace(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_bst_workspacegetPointer(long i)gsl_bst_workspaceposition(long position)gsl_bst_avl_tabletable_avl_table()gsl_bst_workspacetable_avl_table(gsl_bst_avl_table setter)gsl_bst_rb_tabletable_rb_table()gsl_bst_workspacetable_rb_table(gsl_bst_rb_table setter)gsl_bst_typetype()gsl_bst_workspacetype(gsl_bst_type setter)-
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_bst_workspace
public gsl_bst_workspace()
Default native constructor.
-
gsl_bst_workspace
public gsl_bst_workspace(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bst_workspace
public gsl_bst_workspace(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bst_workspace position(long position)
-
getPointer
public gsl_bst_workspace getPointer(long i)
- Overrides:
getPointerin classPointer
-
type
@Const public gsl_bst_type type()
-
type
public gsl_bst_workspace type(gsl_bst_type setter)
-
table_avl_table
@Name("table.avl_table") @ByRef public gsl_bst_avl_table table_avl_table()
-
table_avl_table
public gsl_bst_workspace table_avl_table(gsl_bst_avl_table setter)
-
table_rb_table
@Name("table.rb_table") @ByRef public gsl_bst_rb_table table_rb_table()
-
table_rb_table
public gsl_bst_workspace table_rb_table(gsl_bst_rb_table setter)
-
-