tinyxml2
tinyxml2 copied to clipboard
String Attribute getter with default value
So, we have int IntAttribute(const char* name, int defaultValue = 0) const; and similar but no
const char* StringAttribute(const char* name, const char* defaultValue = "") const;
Is this an oversight?