Defines | |
#define | CONST_CAST_STRING(arg) const_cast<std::string&>(arg) |
#define | CPP_CHECK_ATTRIBUTE_ADDITION(ds, attr, value) |
#define CONST_CAST_STRING | ( | arg | ) | const_cast<std::string&>(arg) |
#define CPP_CHECK_ATTRIBUTE_ADDITION | ( | ds, | |||
attr, | |||||
value | ) |
Value:
if ( err < 0 ) {\ std::cout << logTime() << "Error adding attribute " << attr << " with value " << value \ << " to data set " << ds << std::endl; }