|  | OpenMS
    2.6.0
    | 
Implements abstract AlphabetParser to read data from the plain text format.  
 More...
#include <OpenMS/CHEMISTRY/MASSDECOMPOSITION/IMS/IMSAlphabetTextParser.h>
| Public Member Functions | |
| ContainerType & | getElements () override | 
| void | parse (std::istream &is) override | 
|  Public Member Functions inherited from IMSAlphabetParser<> | |
| void | load (const std::string &fname) | 
| virtual | ~IMSAlphabetParser () | 
| Destructor.  More... | |
| Private Attributes | |
| ContainerType | elements_ | 
| Additional Inherited Members | |
|  Public Types inherited from IMSAlphabetParser<> | |
| typedef std::map< std::string, double > | ContainerType | 
Implements abstract AlphabetParser to read data from the plain text format. 
AlphabetTextParser parses the data source using overridden parse(std::istream&) and stores the parsed data permanently. That can be retrieved by getElements() function. 
| 
 | inlineoverridevirtual | 
| 
 | overridevirtual | 
Parses the input stream is.
| is | The input stream to be parsed | 
Implements IMSAlphabetParser<>.
| 
 | private | 
The parsed data.
 1.8.16
 1.8.16