The class representing an isotope map.
More...
#include <cFragmentIons.h>
|
|
| cIsotopeMap () |
| | The constructor.
|
| |
| map< string, isotope > & | operator[] (string &element) |
| | Overloaded operator []. More...
|
| |
| int | count (string &element) |
| | Check whether an element occurs in the table. More...
|
| |
The class representing an isotope map.
◆ count()
| int cIsotopeMap::count |
( |
string & |
element | ) |
|
Check whether an element occurs in the table.
- Parameters
-
| element | reference to a string with a name of an element |
- Return values
-
| int | 1 when element is presented in the table, 0 otherwise |
◆ operator[]()
| map< string, isotope > & cIsotopeMap::operator[] |
( |
string & |
element | ) |
|
Overloaded operator [].
- Parameters
-
| element | reference to a string with a name of an element |
- Return values
-
| map | map of isotopes of the element |
The documentation for this class was generated from the following files: