Package org.bytedeco.gsl
Class gsl_bst_type
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_type
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_type extends Pointer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classgsl_bst_type.Empty_Pointerstatic classgsl_bst_type.Find_Pointer_Pointerstatic classgsl_bst_type.Init_gsl_bst_allocator_gsl_bst_cmp_function_Pointer_Pointerstatic classgsl_bst_type.Insert_Pointer_Pointerstatic classgsl_bst_type.Nodes_Pointerstatic classgsl_bst_type.Remove_Pointer_Pointerstatic classgsl_bst_type.Trav_copy_Pointer_Pointerstatic classgsl_bst_type.Trav_cur_Pointerstatic classgsl_bst_type.Trav_find_Pointer_Pointer_Pointerstatic classgsl_bst_type.Trav_first_Pointer_Pointerstatic classgsl_bst_type.Trav_init_Pointer_Pointerstatic classgsl_bst_type.Trav_insert_Pointer_Pointer_Pointerstatic classgsl_bst_type.Trav_last_Pointer_Pointerstatic classgsl_bst_type.Trav_next_Pointerstatic classgsl_bst_type.Trav_prev_Pointerstatic classgsl_bst_type.Trav_replace_Pointer_Pointer-
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_type(Pointer p)Pointer cast constructor.
-
Method Summary
-
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, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
gsl_bst_type
public gsl_bst_type(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
name
@Cast("const char*") public BytePointer name()
-
name
public gsl_bst_type name(BytePointer setter)
-
node_size
@MemberGetter @Cast("const size_t") public long node_size()
-
init
public gsl_bst_type.Init_gsl_bst_allocator_gsl_bst_cmp_function_Pointer_Pointer init()
-
init
public gsl_bst_type init(gsl_bst_type.Init_gsl_bst_allocator_gsl_bst_cmp_function_Pointer_Pointer setter)
-
nodes
public gsl_bst_type.Nodes_Pointer nodes()
-
nodes
public gsl_bst_type nodes(gsl_bst_type.Nodes_Pointer setter)
-
insert
public gsl_bst_type.Insert_Pointer_Pointer insert()
-
insert
public gsl_bst_type insert(gsl_bst_type.Insert_Pointer_Pointer setter)
-
find
public gsl_bst_type.Find_Pointer_Pointer find()
-
find
public gsl_bst_type find(gsl_bst_type.Find_Pointer_Pointer setter)
-
remove
public gsl_bst_type.Remove_Pointer_Pointer remove()
-
remove
public gsl_bst_type remove(gsl_bst_type.Remove_Pointer_Pointer setter)
-
empty
public gsl_bst_type.Empty_Pointer empty()
-
empty
public gsl_bst_type empty(gsl_bst_type.Empty_Pointer setter)
-
trav_init
public gsl_bst_type.Trav_init_Pointer_Pointer trav_init()
-
trav_init
public gsl_bst_type trav_init(gsl_bst_type.Trav_init_Pointer_Pointer setter)
-
trav_first
public gsl_bst_type.Trav_first_Pointer_Pointer trav_first()
-
trav_first
public gsl_bst_type trav_first(gsl_bst_type.Trav_first_Pointer_Pointer setter)
-
trav_last
public gsl_bst_type.Trav_last_Pointer_Pointer trav_last()
-
trav_last
public gsl_bst_type trav_last(gsl_bst_type.Trav_last_Pointer_Pointer setter)
-
trav_find
public gsl_bst_type.Trav_find_Pointer_Pointer_Pointer trav_find()
-
trav_find
public gsl_bst_type trav_find(gsl_bst_type.Trav_find_Pointer_Pointer_Pointer setter)
-
trav_insert
public gsl_bst_type.Trav_insert_Pointer_Pointer_Pointer trav_insert()
-
trav_insert
public gsl_bst_type trav_insert(gsl_bst_type.Trav_insert_Pointer_Pointer_Pointer setter)
-
trav_copy
public gsl_bst_type.Trav_copy_Pointer_Pointer trav_copy()
-
trav_copy
public gsl_bst_type trav_copy(gsl_bst_type.Trav_copy_Pointer_Pointer setter)
-
trav_next
public gsl_bst_type.Trav_next_Pointer trav_next()
-
trav_next
public gsl_bst_type trav_next(gsl_bst_type.Trav_next_Pointer setter)
-
trav_prev
public gsl_bst_type.Trav_prev_Pointer trav_prev()
-
trav_prev
public gsl_bst_type trav_prev(gsl_bst_type.Trav_prev_Pointer setter)
-
trav_cur
public gsl_bst_type.Trav_cur_Pointer trav_cur()
-
trav_cur
public gsl_bst_type trav_cur(gsl_bst_type.Trav_cur_Pointer setter)
-
trav_replace
public gsl_bst_type.Trav_replace_Pointer_Pointer trav_replace()
-
trav_replace
public gsl_bst_type trav_replace(gsl_bst_type.Trav_replace_Pointer_Pointer setter)
-
-