Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Binary_Tree Struct Reference

Struct defining a binary tree. More...

#include <Binary_Tree.h>

Collaboration diagram for Binary_Tree:
Collaboration graph

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...
 

Detailed Description

Struct defining a binary tree.

Definition at line 36 of file Binary_Tree.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: