42 void load(
const std::string & filename, std::vector<AbsoluteQuantitationMethod> & aqm_list);
52 void store(
const std::string & filename,
const std::vector<AbsoluteQuantitationMethod> & aqm_list);
64 const std::map<std::string, Size> & headers,
File adapter for AbsoluteQuantitationMethod files.
Definition AbsoluteQuantitationMethodFile.h:26
void load(const std::string &filename, std::vector< AbsoluteQuantitationMethod > &aqm_list)
Loads an AbsoluteQuantitationMethod file.
void store(const std::string &filename, const std::vector< AbsoluteQuantitationMethod > &aqm_list)
Stores an AbsoluteQuantitationMethod file.
~AbsoluteQuantitationMethodFile() override=default
Destructor.
void parseLine_(const StringList &line, const std::map< std::string, Size > &headers, AbsoluteQuantitationMethod &aqm) const
Parses a line into the members of AbsoluteQuantitationMethod.
AbsoluteQuantitationMethodFile()=default
Default constructor.
void setCastValue_(const std::string &key, const std::string &value, Param ¶ms) const
Helper method which takes care of converting the given value to the desired type, based on the header...
AbsoluteQuantitationMethod is a class to hold information about the quantitation method and for apply...
Definition AbsoluteQuantitationMethod.h:44
This class handles csv files. Currently only loading is implemented.
Definition CsvFile.h:31
Management and storage of parameters / INI files.
Definition Param.h:46
std::vector< std::string > StringList
Vector of String.
Definition ListUtils.h:44
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19