Namespace for BinaryTree directions. More...
Enumerations | |
| enum | { L , R , OMEGA = 26 } |
| Directions (L/R). OMEGA is used if a direction is undefined in a certain context. More... | |
Namespace for BinaryTree directions.
| anonymous enum |
Directions (L/R). OMEGA is used if a direction is undefined in a certain context.
| Enumerator | |
|---|---|
| L | |
| R | |
| OMEGA | |
Definition at line 48 of file binary_tree.h.