|
A library for working with phylogenetic and population genetic data.
v0.32.0
|
|
Go to the documentation of this file. 1 #ifndef GENESIS_TAXONOMY_PRINTERS_NESTED_H_
2 #define GENESIS_TAXONOMY_PRINTERS_NESTED_H_
109 bool print_to_ostream(
122 int line_limit_ = -1;
123 int depth_limit_ = -1;
124 bool print_ranks_ =
true;
125 bool print_ids_ =
true;
131 #endif // include guard
PrinterNested & operator=(PrinterNested const &)=default
void print(std::ostream &out, Taxonomy const &tax) const
Container namespace for all symbols of genesis in order to keep them separate when used as a library.
Store a Taxonomy, i.e., a nested hierarchy of Taxa.
Simple printer class for Taxonomy.
std::string operator()(Taxonomy const &tax) const