| 576 | } |
| 577 | |
| 578 | XmpArrayValue::XmpArrayValue(TypeId typeId) : XmpValue(typeId) { |
| 579 | setXmpArrayType(xmpArrayType(typeId)); |
| 580 | } |
| 581 | |
| 582 | int XmpArrayValue::read(const std::string& buf) { |
| 583 | if (!buf.empty()) |
nothing calls this directly
no test coverage detected