#include <mole.h>
Public Member Functions | |
| bool | lgMeanAbundance (void) const | 
| string | label (void) const | 
| int | compare (const chem_atom &b) const | 
Data Fields | |
| chem_element * | el | 
| int | A | 
| vector< int > | ipMl | 
| realnum | mass_amu | 
| double | frac | 
Definition at line 37 of file mole.h.
| int chem_atom::compare | ( | const chem_atom & | b | ) |  const [inline] | 
        
Definition at line 72 of file mole.h.
References A, el, mass_amu, and chem_element::Z.
Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=().
| string chem_atom::label | ( | void | ) |  const [inline] | 
        
Definition at line 55 of file mole.h.
References A, el, chem_element::label, lgMeanAbundance(), and chem_element::Z.
Referenced by lgNucleiConserved(), and molcol().
| bool chem_atom::lgMeanAbundance | ( | void | ) |  const [inline] | 
        
| int chem_atom::A | 
Definition at line 44 of file mole.h.
Referenced by compare(), label(), and lgMeanAbundance().
| double chem_atom::frac | 
| vector<int> chem_atom::ipMl | 
Definition at line 45 of file mole.h.
Referenced by lgNucleiConserved().
 1.6.1