#include <atom.hpp>
Public Types | |
enum | _ELE |
the nested enum for elements | |
Public Member Functions | |
ELE (_ELE e) | |
constructor from enum | |
ELE (unsigned int i) | |
constructor from atomic number | |
ELE (string s) | |
constructor from string | |
~ELE () | |
destructor | |
bool | operator== (ELE e) const |
operator== | |
bool | operator== (_ELE e) const |
operator== | |
bool | operator!= (ELE e) const |
operator!= | |
bool | operator!= (_ELE e) const |
operator!= | |
operator unsigned int () const | |
cast from ELE to unsigned int | |
operator string () const | |
cast from ELE to string |