cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
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

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

Definition at line 62 of file mole_species.cpp.

Referenced by findatom(), and newisotope().

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

Definition at line 61 of file mole_species.cpp.

Referenced by newelement().

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

Definition at line 63 of file mole_species.cpp.

map< string, count_ptr< mole_reaction > > mole_priv::reactab
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().