43 #include <boost/regex.hpp> 72 void load(
const String & filename, std::vector<AbsoluteQuantitationMethod> & aqm_list);
82 void store(
const String & filename,
const std::vector<AbsoluteQuantitationMethod> & aqm_list);
94 const std::map<String, Size> & headers,
A more convenient string class.
Definition: String.h:57
File adapter for AbsoluteQuantitationMethod files.
Definition: AbsoluteQuantitationMethodFile.h:54
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
AbsoluteQuantitationMethod is a class to hold information about the quantitation method and for apply...
Definition: AbsoluteQuantitationMethod.h:52
This class handles csv files. Currently only loading is implemented.
Definition: CsvFile.h:49
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:73
Management and storage of parameters / INI files.
Definition: Param.h:74