35 #ifndef OPENMS_CHEMISTRY_MASSDECOMPOSITION_MASSDECOMPOSITION_H
36 #define OPENMS_CHEMISTRY_MASSDECOMPOSITION_MASSDECOMPOSITION_H
82 String toExpandedString()
const;
88 Size getNumberOfMaxAA()
const;
99 bool operator==(
const String & deco)
const;
102 bool containsTag(
const String & tag)
const;
114 #endif // OPENMS_CHEMISTRY_MASSDECOMPOSITION_MASSDECOMPOSITION_H
A more convenient string class.
Definition: String.h:56
Size number_of_max_aa_
Definition: MassDecomposition.h:110
Map< char, Size > decomp_
Definition: MassDecomposition.h:109
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:144
Class represents a decomposition of a mass into amino acids.
Definition: MassDecomposition.h:50