52 case RT_TEST: { s =
"Test";
break; }
68 default: { s =
"UNKNOWN";
break; }
80 case RT_TEST: { s =
"ATest";
break; }
96 default: { s =
"UKNWN";
break; }
128 std::stringstream msg;
129 msg<<
"Cannot convert: \""<<s<<
"\" into run type";
130 err.SetDescription(__FILE__,__LINE__,msg.str());
RunType_
allowed run types
@ RT_BACKGROUND_PARKEDSTRINGS
error class with error type and description
class wrapper to RunType_
std::string AsString() const
convert to string
const RunType & operator=(const RunType &rhs)
operator =
bool operator==(const RunType &rhs) const
operator ==
QError Set(const std::string &)
convert from string
std::string AsAbbreviation() const
convert to abbreviation