CycloBranch
cIsotopeMap Class Reference

The class representing an isotope map. More...

#include <cFragmentIons.h>

Public Member Functions

 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...
 

Detailed Description

The class representing an isotope map.

Member Function Documentation

◆ count()

int cIsotopeMap::count ( string &  element)

Check whether an element occurs in the table.

Parameters
elementreference to a string with a name of an element
Return values
int1 when element is presented in the table, 0 otherwise

◆ operator[]()

map< string, isotope > & cIsotopeMap::operator[] ( string &  element)

Overloaded operator [].

Parameters
elementreference to a string with a name of an element
Return values
mapmap of isotopes of the element

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