aGrUM  0.14.2
binTreeNode.h File Reference
+ Include dependency graph for binTreeNode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::BinTreeNode< Val >
 Nodes of a binary trees. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Enumerations

enum  gum::BinTreeDir : char { gum::BinTreeDir::LEFT_CHILD = 0, gum::BinTreeDir::RIGHT_CHILD = 1, gum::BinTreeDir::NO_PARENT = 2 }
 The direction of a given edge in a binary tree. More...
 

Detailed Description

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file binTreeNode.h.