Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
string based tag for refering to the type of Exporter, based on a std::string More...
#include <cheetah/exporters/ExporterType.h>
Public Member Functions | |
ExporterType (std::string &&type_tag) | |
ExporterType (std::string const &type_tag) | |
operator std::string const & () const | |
std::string const & | to_string () const |
bool | operator< (const ExporterType &e) const |
bool | operator== (const ExporterType &e) const |
string based tag for refering to the type of Exporter, based on a std::string
Definition at line 36 of file ExporterType.h.