#include <genesis/taxonomy/formats/taxonomy_reader.hpp>
Internal helper structure that stores the relevant data of one line while reading.
Definition at line 119 of file taxonomy_reader.hpp.
Public Attributes | |
std::string | id |
std::string | name |
std::string | rank |
std::string id |
Definition at line 123 of file taxonomy_reader.hpp.
std::string name |
Definition at line 121 of file taxonomy_reader.hpp.
std::string rank |
Definition at line 122 of file taxonomy_reader.hpp.