35 #ifndef OPENMS_FORMAT_TOOLDESCRIPTIONFILE_H 
   36 #define OPENMS_FORMAT_TOOLDESCRIPTIONFILE_H 
   69     void load(
const String & filename, std::vector<Internal::ToolDescription> & tds);
 
   76     void store(
const String & filename, 
const std::vector<Internal::ToolDescription> & tds) 
const;
 
   84 #endif // OPENMS_FORMAT_TOOLDESCRIPTIONFILE_H 
A more convenient string class. 
Definition: String.h:56
Base class for all classes that want to report their progess. 
Definition: ProgressLogger.h:56
Base class for loading/storing XML files that have a handler derived from XMLHandler. 
Definition: XMLFile.h:51