29 #ifndef GUM_BIN_TREE_NODE_H 30 #define GUM_BIN_TREE_NODE_H 99 template <
typename Val >
265 void eraseLeftLink();
275 void eraseRightLink();
334 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 342 #endif // GUM_BIN_TREE_NODE_H
Val _val
The value stored in a node of the tree.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
BinTreeDir
The direction of a given edge in a binary tree.
BinTreeDir _parent_dir
the direction to follow from the parent to reach the current node.
Formula operator*(const Formula &a, const Formula &b)
BinTreeNode< Val > * _parent
The parent of the node.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.