cloudy trunk
Loading...
Searching...
No Matches
mole_priv Namespace Reference

Variables

map< string, count_ptr< molecule > > spectab
map< string, count_ptr< mole_reaction > > reactab
map< string, count_ptr< chem_element > > elemtab
map< string, count_ptr< chem_atom > > atomtab
map< string, count_ptr< mole_reaction > > functab

Variable Documentation

◆ atomtab

map< string, count_ptr< chem_atom > > mole_priv::atomtab

Definition at line 62 of file mole_species.cpp.

Referenced by findatom(), and newisotope().

◆ elemtab

map< string, count_ptr< chem_element > > mole_priv::elemtab

Definition at line 61 of file mole_species.cpp.

Referenced by newelement().

◆ functab

map< string, count_ptr< mole_reaction > > mole_priv::functab

Definition at line 63 of file mole_species.cpp.

◆ reactab

◆ spectab

map< string, count_ptr< molecule > > mole_priv::spectab

Definition at line 59 of file mole_species.cpp.

Referenced by findspecies(), findspecieslocal(), mole_make_list(), and newspecies().