35 "Data conversion of " + value +
" to type '" +
36 to_name +
"' is not defined.");
42 std::string from_name =
typeName(from);
44 "Data conversion from '" + from_name +
45 "' to '" + to_name +
"' is not implemented.");
std::string typeName(const std::type_info &type)
ABI information about type names.
static void invalidConversion(const std::type_info &from, const std::type_info &to)
Error callback on invalid conversion.
virtual ~BasicGrammar()
Default destructor.
BasicGrammar()
Default constructor.