const std::string & errorMsg() const
Return the error message of the last compilation.
void setErrorMsg(const std::string &msg)
Set the error message.
The Compiler class is used by CmdArg classes to convert strings into desired datatypes.
bool compile(const char *arg, const char *&enptr, T &value)
Convert the given string into the desired datatype T.