Package org.bytedeco.gsl
Class gsl_bst_rb_table
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_rb_table
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_rb_table 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_rb_table()Default native constructor.gsl_bst_rb_table(long size)Native array allocator.gsl_bst_rb_table(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_bst_rb_tablegetPointer(long i)gsl_bst_rb_tableposition(long position)gsl_bst_allocatorrb_alloc()gsl_bst_rb_tablerb_alloc(gsl_bst_allocator setter)gsl_bst_cmp_functionrb_compare()gsl_bst_rb_tablerb_compare(gsl_bst_cmp_function setter)longrb_count()gsl_bst_rb_tablerb_count(long setter)longrb_generation()gsl_bst_rb_tablerb_generation(long setter)Pointerrb_param()gsl_bst_rb_tablerb_param(Pointer setter)gsl_bst_rb_noderb_root()gsl_bst_rb_tablerb_root(gsl_bst_rb_node 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_rb_table
public gsl_bst_rb_table()
Default native constructor.
-
gsl_bst_rb_table
public gsl_bst_rb_table(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bst_rb_table
public gsl_bst_rb_table(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bst_rb_table position(long position)
-
getPointer
public gsl_bst_rb_table getPointer(long i)
- Overrides:
getPointerin classPointer
-
rb_root
public gsl_bst_rb_node rb_root()
-
rb_root
public gsl_bst_rb_table rb_root(gsl_bst_rb_node setter)
-
rb_compare
public gsl_bst_cmp_function rb_compare()
-
rb_compare
public gsl_bst_rb_table rb_compare(gsl_bst_cmp_function setter)
-
rb_param
public Pointer rb_param()
-
rb_param
public gsl_bst_rb_table rb_param(Pointer setter)
-
rb_alloc
@Const public gsl_bst_allocator rb_alloc()
-
rb_alloc
public gsl_bst_rb_table rb_alloc(gsl_bst_allocator setter)
-
rb_count
@Cast("size_t") public long rb_count()
-
rb_count
public gsl_bst_rb_table rb_count(long setter)
-
rb_generation
@Cast("unsigned long") public long rb_generation()
-
rb_generation
public gsl_bst_rb_table rb_generation(long setter)
-
-