Property Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 children, tree_node
 cmp, collection
 csv_fd, journal
D
 db
E
 eighth, tuple
 elem
F
 fds, network
 fifth, tuple
 first
 fmtr, collection
 fourth, tuple
 from_nodes, route_node
I
 id, route_node
L
 location, tree_node
 log_fd, journal
M
 max_val
 min_val
N
 ninth, tuple
P
 parent, tree_node
R
 relatives
 root, tree
S
 second
 seventh, tuple
 sixth, tuple
 start, route
T
 tenth, tuple
 third, tuple
 to_nodes, route_node
V
 val
tree_node_type children[$]
The child nodes this tree node has.
protected comparator#(T) cmp
(PROTECTED) A comparator to compare the elements of type T.
static integer csv_fd
The file descriptor for the CSV file.
dist_bin db[16]
Random distribution bins.
dist_bin db[2]
Random distribution bins.
dist_bin db[32]
Random distribution bins.
dist_bin db[4]
Random distribution bins.
dist_bin db[8]
Random distribution bins.
T8 eighth
The eighth value inside the tuple.
T elem
The element stored at this route node.
T elem
The element stored at this tree node.
static integer fds[]
The dynamic array of file descriptors.
T5 fifth
The fifth value inside the tuple.
T1 first
The first value inside the pair.
T1 first
The first value inside the tuple.
protected formatter#(T) fmtr
(PROTECTED) An object that provides a function to convert the element of type T to a string.
T4 fourth
The fourth value inside the tuple.
route_node_type from_nodes[$]
The nodes this node is connected from.
int id
The globally unique ID of this node.
int location[$]
The queue indicating the location of this tree node in a tree.
static integer log_fd
The file descriptor for the log.
int max_val
The maximum limit of val.
int max_val
The maximum limit of val.
int min_val
The minimum limit of val.
int min_val
The minimum limit of val.
T9 ninth
The ninth value inside the tuple.
tree_node_type parent
The parent node of this tree node.
route_node_type relatives[$]
The route nodes this route node is related to.
tree_node_type relatives[$]
The tree nodes this tree node is related to.
tree_node_type root
The root node of the tree.
T2 second
The second value inside the pair.
T2 second
The second value inside the tuple.
T7 seventh
The seventh value inside the tuple.
T6 sixth
The sixth value inside the tuple.
route_node_type start
The starting node of the route.
T10 tenth
The tenth value inside the tuple.
T3 third
The third value inside the tuple.
route_node_type to_nodes[$]
The nodes this node is connected to.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.
rand int val
(RAND) The randomized value.