70 void load(
const String & filename, std::vector<AbsoluteQuantitationMethod> & aqm_list);
80 void store(
const String & filename,
const std::vector<AbsoluteQuantitationMethod> & aqm_list);
92 const std::map<String, Size> & headers,
File adapter for AbsoluteQuantitationMethod files.
Definition: AbsoluteQuantitationMethodFile.h:54
void load(const String &filename, std::vector< AbsoluteQuantitationMethod > &aqm_list)
Loads an AbsoluteQuantitationMethod file.
void parseLine_(const StringList &line, const std::map< String, Size > &headers, AbsoluteQuantitationMethod &aqm) const
Parses a line into the members of AbsoluteQuantitationMethod.
AbsoluteQuantitationMethodFile()=default
Default constructor.
void setCastValue_(const String &key, const String &value, Param ¶ms) const
Helper method which takes care of converting the given value to the desired type, based on the header...
void store(const String &filename, const std::vector< AbsoluteQuantitationMethod > &aqm_list)
Stores an AbsoluteQuantitationMethod file.
~AbsoluteQuantitationMethodFile()=default
Destructor.
AbsoluteQuantitationMethod is a class to hold information about the quantitation method and for apply...
Definition: AbsoluteQuantitationMethod.h:53
This class handles csv files. Currently only loading is implemented.
Definition: CsvFile.h:51
Management and storage of parameters / INI files.
Definition: Param.h:70
A more convenient string class.
Definition: String.h:61
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47