|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   97     const Element * getElement(
UInt atomic_number) 
const;
 
  104     bool hasElement(
const String & name) 
const;
 
  108     bool hasElement(
UInt atomic_number) 
const;
 
  132     void readFromFile_(
const String & file_name);
 
  
Stores elements.
Definition: ElementDB.h:69
Representation of an element.
Definition: Element.h:53
A more convenient string class.
Definition: String.h:59
Map< String, const Element * > symbols_
Definition: ElementDB.h:144
Map< UInt, const Element * > atomic_numbers_
Definition: ElementDB.h:146
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Definition: IsotopeDistribution.h:64
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
Map< String, const Element * > names_
Definition: ElementDB.h:142