|
cloudy trunk
|
#include <mole.h>

Public Member Functions | |
| chem_element (int Z, const char *label) | |
| ~chem_element () throw () | |
Data Fields | |
| const int | Z |
| const string | label |
| map< int, count_ptr< chem_atom > > | isotopes |
Private Member Functions | |
| chem_element () | |
| chem_element & | operator= (const chem_element &) |
|
explicitprivate |
|
inlineexplicit |
|
private |
| const string chem_element::label |
Definition at line 28 of file mole.h.
Referenced by chem_atom::label().
| const int chem_element::Z |
Definition at line 27 of file mole.h.
Referenced by chem_atom::compare(), and chem_atom::label().