Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Binary_Tree.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Binary_Tree
 Struct defining a binary tree. More...
 

Functions

void Binary_Tree_init (struct Binary_Tree *bt, int rank, int size)
 Initialization of a binary tree. More...
 
void Binary_Tree_release (struct Binary_Tree *bt)
 releases a binary tree More...
 
static int Binary_Tree_parent (struct Binary_Tree *bt)
 Getter on the parent. More...
 
static int Binary_Tree_left_child (struct Binary_Tree *bt)
 Getter on the left child. More...
 
static int Binary_Tree_right_child (struct Binary_Tree *bt)
 Getter on the right child. More...
 
static int Binary_Tree_child_count (struct Binary_Tree *bt)