24 #include "cheetah/exporters/ExporterType.h" 33 ExporterType::ExporterType(std::string&& type_tag)
34 : _s(
std::move(type_tag))
38 ExporterType::ExporterType(std::string
const& type_tag)
43 ExporterType::operator std::string
const&()
const 48 std::string
const& ExporterType::to_string()
const 53 bool ExporterType::operator==(
const ExporterType& e)
const 58 bool ExporterType::operator<(
const ExporterType& e)
const
Some limits and constants for FLDO.
string based tag for refering to the type of Exporter, based on a std::string