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) |
Private Attributes | |
| ContainerType | elements_ |
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.
| virtual ContainerType& getElements | ( | ) | [inline, virtual] |
| virtual void parse | ( | std::istream & | is | ) | [virtual] |
Parses the input stream is.
| is | The input stream to be parsed |
Implements IMSAlphabetParser<>.
ContainerType elements_ [private] |
The parsed data.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:59 using doxygen 1.7.1 |