39 #include <boost/multi_index_container.hpp>
40 #include <boost/multi_index/ordered_index.hpp>
41 #include <boost/multi_index/member.hpp>
45 namespace IdentificationDataInternal
74 typedef boost::multi_index_container<
76 boost::multi_index::indexed_by<
77 boost::multi_index::ordered_unique<boost::multi_index::member<
A more convenient string class.
Definition: String.h:61
IteratorWrapper< IdentifiedCompounds::iterator > IdentifiedCompoundRef
Definition: IdentifiedCompound.h:80
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:79
boost::multi_index_container< AppliedProcessingStep, boost::multi_index::indexed_by< boost::multi_index::sequenced<>, boost::multi_index::ordered_unique< boost::multi_index::member< AppliedProcessingStep, boost::optional< ProcessingStepRef >, &AppliedProcessingStep::processing_step_opt > > > > AppliedProcessingSteps
Definition: AppliedProcessingStep.h:116
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: IdentifiedCompound.h:48
String smile
Definition: IdentifiedCompound.h:55
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:59
IdentifiedCompound(const IdentifiedCompound &other)=default
String name
Definition: IdentifiedCompound.h:53
String identifier
Definition: IdentifiedCompound.h:49
EmpiricalFormula formula
Definition: IdentifiedCompound.h:51
String inchi
Definition: IdentifiedCompound.h:57
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition: MetaData.h:44
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