| 32 | //-------------------------------------------------------------------------------- |
| 33 | |
| 34 | void writeKeyValue(std::ostream& os, const String& key, const DataValue& value) |
| 35 | { |
| 36 | os << " " << key << "=\"" << value << "\""; |
| 37 | } |
| 38 | |
| 39 | /// Constructor for a read-only handler |
| 40 | MzXMLHandler::MzXMLHandler(MapType& exp, const String& filename, const String& version, ProgressLogger& logger) : |
no outgoing calls
no test coverage detected