20 namespace IdentificationDataInternal
A more convenient string class.
Definition: String.h:34
int Int
Signed integer type.
Definition: Types.h:72
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:97
bool operator<(const IdentifiedMolecule &a, const IdentifiedMolecule &b)
IteratorWrapper< IdentifiedCompounds::iterator > IdentifiedCompoundRef
Definition: IdentifiedCompound.h:55
IteratorWrapper< IdentifiedPeptides::iterator > IdentifiedPeptideRef
Definition: IdentifiedSequence.h:90
bool operator==(const IdentifiedMolecule &a, const IdentifiedMolecule &b)
MoleculeType
Definition: MetaData.h:40
std::variant< IdentifiedPeptideRef, IdentifiedCompoundRef, IdentifiedOligoRef > RefVariant
Definition: IdentifiedMolecule.h:23
bool operator!=(const IdentifiedMolecule &a, const IdentifiedMolecule &b)
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Variant type holding Peptide/Compound/Oligo references and convenience functions.
Definition: IdentifiedMolecule.h:29
IdentifiedOligoRef getIdentifiedOligoRef() const
IdentifiedMolecule(IdentifiedCompoundRef ref)
Definition: IdentifiedMolecule.h:33
IdentifiedPeptideRef getIdentifiedPeptideRef() const
MoleculeType getMoleculeType() const
IdentifiedMolecule(const IdentifiedMolecule &)=default
IdentifiedCompoundRef getIdentifiedCompoundRef() const
IdentifiedMolecule()=default
EmpiricalFormula getFormula(Size fragment_type=0, Int charge=0) const
IdentifiedMolecule(IdentifiedOligoRef ref)
Definition: IdentifiedMolecule.h:34
IdentifiedMolecule(IdentifiedPeptideRef ref)
Definition: IdentifiedMolecule.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