cloudy trunk
Loading...
Searching...
No Matches
chem_element Class Reference

#include <mole.h>

Collaboration diagram for chem_element:

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

Private Member Functions

 chem_element ()
chem_elementoperator= (const chem_element &)

Detailed Description

Definition at line 19 of file mole.h.

Constructor & Destructor Documentation

◆ chem_element() [1/2]

chem_element::chem_element ( )
explicitprivate

Referenced by operator=().

◆ chem_element() [2/2]

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

Definition at line 23 of file mole.h.

References label, and Z.

◆ ~chem_element()

chem_element::~chem_element ( )
throw ( )
inline

Definition at line 25 of file mole.h.

Member Function Documentation

◆ operator=()

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

References chem_element().

Here is the call graph for this function:

Field Documentation

◆ isotopes

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

Definition at line 29 of file mole.h.

◆ label

const string chem_element::label

Definition at line 28 of file mole.h.

Referenced by chem_element().

◆ Z

const int chem_element::Z

Definition at line 27 of file mole.h.

Referenced by chem_element(), and chem_atom::compare().


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