Multi-ApplicationOnlineProfiling
2.1
|
Struct defining a binary tree. More...
#include <Binary_Tree.h>
Data Fields | |
int | rank |
The rank of the element. More... | |
int | size |
The size of the element. More... | |
int | left_child |
The rank of the left child. More... | |
int | right_child |
The rank of the right child. More... | |
int | parent |
The rank of the parent. More... | |
Struct defining a binary tree.
Definition at line 36 of file Binary_Tree.h.
int Binary_Tree::left_child |
The rank of the left child.
Definition at line 40 of file Binary_Tree.h.
int Binary_Tree::parent |
The rank of the parent.
Definition at line 42 of file Binary_Tree.h.
int Binary_Tree::rank |
The rank of the element.
Definition at line 38 of file Binary_Tree.h.
int Binary_Tree::right_child |
The rank of the right child.
Definition at line 41 of file Binary_Tree.h.
int Binary_Tree::size |
The size of the element.
Definition at line 39 of file Binary_Tree.h.