Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
chem_element Class Reference

#include <mole.h>

Public Member Functions

 chem_element (int Z, const char *label)
 
 ~chem_element () throw ()
 

Public Attributes

const int Z
 
const string label
 
map< int, shared_ptr
< chem_nuclide > > 
isotopes
 

Private Member Functions

 chem_element ()
 
chem_elementoperator= (const chem_element &)
 

Constructor & Destructor Documentation

chem_element::chem_element ( )
explicitprivate
chem_element::chem_element ( int  Z,
const char *  label 
)
inlineexplicit
chem_element::~chem_element ( )
throw (
)
inline

Member Function Documentation

chem_element& chem_element::operator= ( const chem_element )
private

Member Data Documentation

map<int, shared_ptr<chem_nuclide> > chem_element::isotopes
const string chem_element::label

Referenced by chem_nuclide::label().

const int chem_element::Z

The documentation for this class was generated from the following file: