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