Enumerations
oomph::BinaryTreeNames Namespace Reference

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

Detailed Description

Namespace for BinaryTree directions.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Directions (L/R). OMEGA is used if a direction is undefined in a certain context.

Enumerator
OMEGA 

Definition at line 48 of file binary_tree.h.