34 #define DATRW_DATATYPES_CC_VERSION \ 35 "DATRW_DATATYPES_CC V1.0" 48 const std::string& from,
49 const std::string& to)
57 os <<
"type conversion: cannot identify types!" << std::endl;
62 os <<
"type conversion: from " << from <<
" to " << to << std::endl;
handle data types and data type conversion (prototypes)
void print_conversion_report(std::ostream &os, const std::string &from, const std::string &to)
actually print report
Root namespace of library.
const char * unknown_type_id
indicate unkown type
bool verbose_type_conversion