14#include <boost/multi_index_container.hpp>
15#include <boost/multi_index/ordered_index.hpp>
16#include <boost/multi_index/member.hpp>
20 namespace IdentificationDataInternal
37 const std::string&
name =
"",
const std::string&
smile =
"",
49 typedef boost::multi_index_container<
51 boost::multi_index::indexed_by<
52 boost::multi_index::ordered_unique<boost::multi_index::member<
IteratorWrapper< IdentifiedCompounds::iterator > IdentifiedCompoundRef
Definition IdentifiedCompound.h:55
boost::multi_index_container< IdentifiedCompound, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< IdentifiedCompound, std::string, &IdentifiedCompound::identifier > > > > IdentifiedCompounds
Definition IdentifiedCompound.h:54
boost::multi_index_container< AppliedProcessingStep, boost::multi_index::indexed_by< boost::multi_index::sequenced<>, boost::multi_index::ordered_unique< boost::multi_index::member< AppliedProcessingStep, std::optional< ProcessingStepRef >, &AppliedProcessingStep::processing_step_opt > > > > AppliedProcessingSteps
Definition AppliedProcessingStep.h:107
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition IdentifiedCompound.h:23
std::string smile
Definition IdentifiedCompound.h:30
IdentifiedCompound(const IdentifiedCompound &other)=default
std::string identifier
Definition IdentifiedCompound.h:24
std::string name
Definition IdentifiedCompound.h:28
IdentifiedCompound(const std::string &identifier, const EmpiricalFormula &formula=EmpiricalFormula(), const std::string &name="", const std::string &smile="", const std::string &inchi="", const AppliedProcessingSteps &steps_and_scores=AppliedProcessingSteps())
Definition IdentifiedCompound.h:34
EmpiricalFormula formula
Definition IdentifiedCompound.h:26
std::string inchi
Definition IdentifiedCompound.h:32
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition MetaData.h:20
Base class for ID data with scores and processing steps (and meta info)
Definition ScoredProcessingResult.h:19
AppliedProcessingSteps steps_and_scores
Definition ScoredProcessingResult.h:20