40 #include <boost/multi_index_container.hpp>
41 #include <boost/multi_index/ordered_index.hpp>
42 #include <boost/multi_index/member.hpp>
46 namespace IdentificationDataInternal
75 typedef boost::multi_index_container<
77 boost::multi_index::indexed_by<
78 boost::multi_index::ordered_unique<boost::multi_index::member<
A more convenient string class.
Definition: String.h:60
IteratorWrapper< IdentifiedCompounds::iterator > IdentifiedCompoundRef
Definition: IdentifiedCompound.h:81
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:133
boost::multi_index_container< IdentifiedCompound, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< IdentifiedCompound, String, &IdentifiedCompound::identifier > > > > IdentifiedCompounds
Definition: IdentifiedCompound.h:80
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48
Definition: IdentifiedCompound.h:49
String smile
Definition: IdentifiedCompound.h:56
IdentifiedCompound(const String &identifier, const EmpiricalFormula &formula=EmpiricalFormula(), const String &name="", const String &smile="", const String &inchi="", const AppliedProcessingSteps &steps_and_scores=AppliedProcessingSteps())
Definition: IdentifiedCompound.h:60
IdentifiedCompound(const IdentifiedCompound &other)=default
String name
Definition: IdentifiedCompound.h:54
String identifier
Definition: IdentifiedCompound.h:50
EmpiricalFormula formula
Definition: IdentifiedCompound.h:52
String inchi
Definition: IdentifiedCompound.h:58
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition: MetaData.h:46
Base class for ID data with scores and processing steps (and meta info)
Definition: ScoredProcessingResult.h:45
AppliedProcessingSteps steps_and_scores
Definition: ScoredProcessingResult.h:46