Cloudy
Spectral Synthesis Code for Astrophysics
|
#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_element & | operator= (const chem_element &) |
|
explicitprivate |
|
inlineexplicit |
|
inline |
|
private |
map<int, shared_ptr<chem_nuclide> > chem_element::isotopes |
const string chem_element::label |
Referenced by chem_nuclide::label().
const int chem_element::Z |
Referenced by chem_nuclide::compare(), and mole_update_limiting_reactants().