76 inline static const ElementDB * getInstance()
103 const Element * getElement(
UInt atomic_number)
const;
110 bool hasElement(
const String & name)
const;
114 bool hasElement(
UInt atomic_number)
const;
138 void readFromFile_(
const String & file_name);
A more convenient string class.
Definition: String.h:57
Map< String, const Element * > symbols_
Definition: ElementDB.h:146
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Definition: IsotopeDistribution.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of an element.
Definition: Element.h:53
Map< UInt, const Element * > atomic_numbers_
Definition: ElementDB.h:148
Map< String, const Element * > names_
Definition: ElementDB.h:144
Stores elements.
Definition: ElementDB.h:69
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50