38 void store(
const std::string& filename,
const Param& param)
const;
57 void load(
const std::string& filename,
Param& param);
Base class for loading and storing XML files via Xerces, with optional schema validation and transpar...
Definition XMLFile.h:38
The file pendant of the Param class used to load and store the param datastructure as paramXML (i....
Definition ParamXMLFile.h:25
ParamXMLFile()
Constructor.
void store(const std::string &filename, const Param ¶m) const
Write XML file.
void load(const std::string &filename, Param ¶m)
Read XML file.
void writeXMLToStream(std::ostream *os_ptr, const Param ¶m) const
Write XML to output stream.
Management and storage of parameters / INI files.
Definition Param.h:46
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19