|
libpappsomspp
Library for mass spectrometry
|
#include <chemicalformula.h>
Public Member Functions | |
| const QString | toString () const |
Public Attributes | |
| Isotope | isotope |
| std::int16_t | count |
Definition at line 35 of file chemicalformula.h.
| const QString pappso::IsotopeCount::toString | ( | ) | const |
Definition at line 36 of file chemicalformula.cpp.
References pappso::C, pappso::C13, count, pappso::H, pappso::H2, isotope, pappso::N, pappso::N15, pappso::O, pappso::O17, pappso::O18, pappso::P, pappso::S, pappso::S33, pappso::S34, and pappso::S36.
| std::int16_t pappso::IsotopeCount::count |
Definition at line 39 of file chemicalformula.h.
Referenced by pappso::ChemicalFormula::addIsotopeCount(), pappso::ChemicalFormula::setFullIsotope(), pappso::ChemicalFormula::simplify(), and toString().
| Isotope pappso::IsotopeCount::isotope |
Definition at line 38 of file chemicalformula.h.
Referenced by pappso::ChemicalFormula::addIsotopeCount(), pappso::ChemicalFormula::simplify(), and toString().