Go to the source code of this file.
|
| genesis |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
|
| genesis::taxonomy |
|
|
void | levelorder_for_each (Taxonomy &tax, std::function< void(Taxon &)> fn, bool include_inner_taxa=true) |
| Apply a function to all taxa of the Taxonomy, traversing it in levelorder. More...
|
|
void | levelorder_for_each (Taxonomy const &tax, std::function< void(Taxon const &)> fn, bool include_inner_taxa=true) |
| Apply a function to all taxa of the Taxonomy, traversing it in levelorder. More...
|
|