Ceetron Result Calculator Framework
|
CRC utilities. More...
Static Public Member Functions | |
static std::string | compilerInfoString () |
Returns a string identifying the current compiler. | |
static std::string | resultTypeToString (CRCResultType resultType) |
Convert the result type to a std::string. | |
template<typename T > | |
static std::string | toStdString (const T &value) |
Convert the given value to a std::string. | |
static std::string | toLower (const std::string &str) |
Convert a std::string to lower case. | |
CRC utilities.