Implements abstract AlphabetParser to read data from the plain text format.  
 More...
#include <OpenMS/CHEMISTRY/MASSDECOMPOSITION/IMS/IMSAlphabetTextParser.h>
 
  
 | Public Member Functions | |
| virtual ContainerType & | getElements () | 
| virtual void | parse (std::istream &is) | 
|  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 overriden parse(std::istream&) and stores the parsed data permanently. That can be retrieved by getElements() function. 
| 
 | inlinevirtual | 
| 
 | virtual | 
Parses the input stream is.
| is | The input stream to be parsed | 
Implements IMSAlphabetParser<>.
| 
 | private | 
The parsed data.
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:37 using doxygen 1.8.5 |