An instance of this class describes one entry of taxonomy species files. More...
#include <ms_taxonomyrules.hpp>
Public Member Functions | |
ms_taxspeciesfiles () | |
Default constructor. | |
ms_taxspeciesfiles (const ms_taxspeciesfiles &src) | |
Copying constructor. | |
~ms_taxspeciesfiles () | |
Destructor. | |
void | copyFrom (const ms_taxspeciesfiles *right) |
Can be used to create a copy of another object. | |
void | defaultValues () |
Initialises the instance. | |
std::string | getFileName () const |
Returns the file name. | |
TAX_SPECIES_FORMAT | getFormat () const |
Returns a format identifier for the entry. | |
ms_taxspeciesfiles & | operator= (const ms_taxspeciesfiles &right) |
Assignment operator for C++ client applications. | |
void | setFileName (const char *name) |
Change the file name. | |
void | setFormat (const TAX_SPECIES_FORMAT value) |
Change the format of the entry. | |
An instance of this class describes one entry of taxonomy species files.