42 inline bool isUnset(
const OdAnsiString &
value) {
return value.getLength() == Consts::OdStringUnsetLength &&
value.compare(Consts::OdStringUnset) == 0; }
43 inline bool isUnset(
const char *
value) {
return strlen(
value) == Consts::OdStringUnsetLength && strcmp(
value, Consts::OdStringUnset) == 0; }
50 class OdFileDescriptionAuto;
52 class OdFileSchemaAuto;
70 #endif // _DAI_UTILS_H_