cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields | Private Member Functions
chem_element Class Reference

#include <mole.h>

Collaboration diagram for chem_element:
Collaboration graph
[legend]

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_nuclide > > 
isotopes
 

Private Member Functions

 chem_element ()
 
chem_elementoperator= (const chem_element &)
 

Detailed Description

Definition at line 23 of file mole.h.

Constructor & Destructor Documentation

chem_element::chem_element ( )
explicitprivate
chem_element::chem_element ( int  Z,
const char *  label 
)
inlineexplicit

Definition at line 27 of file mole.h.

chem_element::~chem_element ( )
throw (
)
inline

Definition at line 29 of file mole.h.

Member Function Documentation

chem_element& chem_element::operator= ( const chem_element )
private

Field Documentation

map<int, count_ptr<chem_nuclide> > chem_element::isotopes

Definition at line 33 of file mole.h.

Referenced by MeanMassOfElement(), and newisotope().

const string chem_element::label

Definition at line 32 of file mole.h.

Referenced by chem_nuclide::label(), newelement(), and parse_species_label().

const int chem_element::Z

The documentation for this class was generated from the following file: