|
template<class Op1 , class Op2 , class Op3 > |
void | depth_first_search (Op1 pre_order, Op2 in_order, Op3 post_order) |
|
template<class Op1 , class Op2 , class Op3 > |
void | depth_first_search (Op1 pre_order, Op2 in_order, Op3 post_order) |
|
|
Node * | parent = nullptr |
|
Node * | left = nullptr |
|
Node * | right = nullptr |
|
char | data |
|
The documentation for this struct was generated from the following files:
- /home/runner/work/quetzal-CoaTL/quetzal-CoaTL/example/newick_generator_5.cpp
- /home/runner/work/quetzal-CoaTL/quetzal-CoaTL/example/newick_generator_6.cpp