less specialized version of method above
| 43 | |
| 44 | // less specialized version of method above |
| 45 | inline bool |
| 46 | getAttribute(const std::string &data, const char *attr, Attribute &attr_info) |
| 47 | { |
| 48 | return getAttribute(data, std::string(attr), 0, data.size(), attr_info); |
| 49 | } |
| 50 | |
| 51 | // trims leading and trailing white space; input arguments |
| 52 | // will be modified to reflect trimmed data |
no test coverage detected