CRCUtils

Functions

std::string

compilerInfoString

std::string

resultTypeToString

typename T

toStdString

std::string

toLower

Detailed Description

class CRCUtils

CRC utilities.

Public Static Functions

static inline std::string compilerInfoString()

Returns a string identifying the current compiler.

static inline 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 inline std::string toLower(const std::string &str)

Convert a std::string to lower case.