35 #ifndef OPENMS_FORMAT_PARAMXMLFILE_H 
   36 #define OPENMS_FORMAT_PARAMXMLFILE_H 
   62     void store(
const String& filename, 
const Param& param) 
const;
 
   70     void writeXMLToStream(std::ostream* os_ptr, 
const Param& param) 
const;
 
   87 #endif // OPENMS_FORMAT_PARAMXMLFILE_H 
A more convenient string class. 
Definition: String.h:56
Management and storage of parameters / INI files. 
Definition: Param.h:69
The file pendant of the Param class used to load and store the param datastructure as paramXML...
Definition: ParamXMLFile.h:47
Base class for loading/storing XML files that have a handler derived from XMLHandler. 
Definition: XMLFile.h:51