@Name(value="L_Rbtree_Node")
public static class lept.L_RBTREE_NODE
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_RBTREE_NODE()
Default native constructor.
|
L_RBTREE_NODE(long size)
Native array allocator.
|
L_RBTREE_NODE(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
color() |
lept.L_RBTREE_NODE |
color(int color) |
lept.RB_TYPE |
key() |
lept.L_RBTREE_NODE |
key(lept.RB_TYPE key) |
lept.L_RBTREE_NODE |
left() |
lept.L_RBTREE_NODE |
left(lept.L_RBTREE_NODE left) |
lept.L_RBTREE_NODE |
parent() |
lept.L_RBTREE_NODE |
parent(lept.L_RBTREE_NODE parent) |
lept.L_RBTREE_NODE |
position(long position) |
lept.L_RBTREE_NODE |
right() |
lept.L_RBTREE_NODE |
right(lept.L_RBTREE_NODE right) |
lept.RB_TYPE |
value() |
lept.L_RBTREE_NODE |
value(lept.RB_TYPE value) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_RBTREE_NODE()
public L_RBTREE_NODE(long size)
Pointer.position(long).public L_RBTREE_NODE(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_RBTREE_NODE position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef public lept.RB_TYPE key()
public lept.L_RBTREE_NODE key(lept.RB_TYPE key)
@ByRef public lept.RB_TYPE value()
public lept.L_RBTREE_NODE value(lept.RB_TYPE value)
public lept.L_RBTREE_NODE left()
public lept.L_RBTREE_NODE left(lept.L_RBTREE_NODE left)
public lept.L_RBTREE_NODE right()
public lept.L_RBTREE_NODE right(lept.L_RBTREE_NODE right)
public lept.L_RBTREE_NODE parent()
public lept.L_RBTREE_NODE parent(lept.L_RBTREE_NODE parent)
@Cast(value="l_int32") public int color()
public lept.L_RBTREE_NODE color(int color)
Copyright © 2018. All rights reserved.