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
< mole_reaction > > 
functab
 

Variable Documentation

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

Definition at line 43 of file mole_species.cpp.

Referenced by newelement().

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

Definition at line 44 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 41 of file mole_species.cpp.

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