68     void load(
const String & filename, std::vector<AbsoluteQuantitationMethod> & aqm_list);
 
   78     void store(
const String & filename, 
const std::vector<AbsoluteQuantitationMethod> & aqm_list);
 
   90       const std::map<String, Size> & headers,
 
File adapter for AbsoluteQuantitationMethod files.
Definition: AbsoluteQuantitationMethodFile.h:52
 
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() override=default
Destructor.
 
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.
 
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:60
 
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47