Package org.bytedeco.gsl
Class gsl_bst_rb_node
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.gsl.gsl_bst_rb_node
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=gsl.class) public class gsl_bst_rb_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_bst_rb_node()Default native constructor.gsl_bst_rb_node(long size)Native array allocator.gsl_bst_rb_node(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gsl_bst_rb_nodegetPointer(long i)gsl_bst_rb_nodeposition(long position)byterb_color()gsl_bst_rb_noderb_color(byte setter)Pointerrb_data()gsl_bst_rb_noderb_data(Pointer setter)PointerPointerrb_link()gsl_bst_rb_noderb_link(int i)gsl_bst_rb_noderb_link(int i, 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_node
public gsl_bst_rb_node()
Default native constructor.
-
gsl_bst_rb_node
public gsl_bst_rb_node(long size)
Native array allocator. Access withPointer.position(long).
-
gsl_bst_rb_node
public gsl_bst_rb_node(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public gsl_bst_rb_node position(long position)
-
getPointer
public gsl_bst_rb_node getPointer(long i)
- Overrides:
getPointerin classPointer
-
rb_link
public gsl_bst_rb_node rb_link(int i)
-
rb_link
public gsl_bst_rb_node rb_link(int i, gsl_bst_rb_node setter)
-
rb_link
@MemberGetter @Cast("gsl_bst_rb_node**") public PointerPointer rb_link()
-
rb_data
public Pointer rb_data()
-
rb_data
public gsl_bst_rb_node rb_data(Pointer setter)
-
rb_color
@Cast("unsigned char") public byte rb_color()
-
rb_color
public gsl_bst_rb_node rb_color(byte setter)
-
-