| 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 |
The child nodes this tree node has.
tree_node_type children[$]
(PROTECTED) A comparator to compare the elements of type T.
protected comparator#( T ) cmp
The file descriptor for the CSV file.
static integer csv_fd
Random distribution bins.
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]
The eighth value inside the tuple.
T8 eighth
The element stored at this route node.
T elem
The element stored at this tree node.
T elem
The dynamic array of file descriptors.
static integer fds[]
The fifth value inside the tuple.
T5 fifth
The first value inside the pair.
T1 first
The first value inside the tuple.
T1 first
(PROTECTED) An object that provides a function to convert the element of type T to a string.
protected formatter#( T ) fmtr
The fourth value inside the tuple.
T4 fourth
The nodes this node is connected from.
route_node_type from_nodes[$]
The globally unique ID of this node.
int id
The queue indicating the location of this tree node in a tree.
int location[$]
The file descriptor for the log.
static integer log_fd
The maximum limit of val.
int max_val
The maximum limit of val.
int max_val
The minimum limit of val.
int min_val
The minimum limit of val.
int min_val
The ninth value inside the tuple.
T9 ninth
The parent node of this tree node.
tree_node_type parent
The route nodes this route node is related to.
route_node_type relatives[$]
The tree nodes this tree node is related to.
tree_node_type relatives[$]
The root node of the tree.
tree_node_type root
The second value inside the pair.
T2 second
The second value inside the tuple.
T2 second
The seventh value inside the tuple.
T7 seventh
The sixth value inside the tuple.
T6 sixth
The starting node of the route.
route_node_type start
The tenth value inside the tuple.
T10 tenth
The third value inside the tuple.
T3 third
The nodes this node is connected to.
route_node_type to_nodes[$]
(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.
rand int val