Package org.bytedeco.gsl
Class gsl_bst_avl_table
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_avl_table
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_avl_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_avl_table()Default native constructor.gsl_bst_avl_table(long size)Native array allocator.gsl_bst_avl_table(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_bst_allocatoravl_alloc()gsl_bst_avl_tableavl_alloc(gsl_bst_allocator setter)gsl_bst_cmp_functionavl_compare()gsl_bst_avl_tableavl_compare(gsl_bst_cmp_function setter)longavl_count()gsl_bst_avl_tableavl_count(long setter)longavl_generation()gsl_bst_avl_tableavl_generation(long setter)Pointeravl_param()gsl_bst_avl_tableavl_param(Pointer setter)gsl_bst_avl_nodeavl_root()gsl_bst_avl_tableavl_root(gsl_bst_avl_node setter)gsl_bst_avl_tablegetPointer(long i)gsl_bst_avl_tableposition(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_bst_avl_table
public gsl_bst_avl_table()
Default native constructor.
-
gsl_bst_avl_table
public gsl_bst_avl_table(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bst_avl_table
public gsl_bst_avl_table(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bst_avl_table position(long position)
-
getPointer
public gsl_bst_avl_table getPointer(long i)
- Overrides:
getPointerin classPointer
-
avl_root
public gsl_bst_avl_node avl_root()
-
avl_root
public gsl_bst_avl_table avl_root(gsl_bst_avl_node setter)
-
avl_compare
public gsl_bst_cmp_function avl_compare()
-
avl_compare
public gsl_bst_avl_table avl_compare(gsl_bst_cmp_function setter)
-
avl_param
public Pointer avl_param()
-
avl_param
public gsl_bst_avl_table avl_param(Pointer setter)
-
avl_alloc
@Const public gsl_bst_allocator avl_alloc()
-
avl_alloc
public gsl_bst_avl_table avl_alloc(gsl_bst_allocator setter)
-
avl_count
@Cast("size_t") public long avl_count()
-
avl_count
public gsl_bst_avl_table avl_count(long setter)
-
avl_generation
@Cast("unsigned long") public long avl_generation()
-
avl_generation
public gsl_bst_avl_table avl_generation(long setter)
-
-