Implementation of Taxonomy class.
Definition in file taxonomy.cpp.
#include "genesis/taxonomy/taxonomy.hpp"#include "genesis/taxonomy/taxon.hpp"#include <algorithm>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::taxonomy | |
Functions | |
| void | swap (Taxonomy &lhs, Taxonomy &rhs) |
| Swapperator for Taxonomy. More... | |