Stores information about characters, numbers, and whitesspaces loaded from the InputStream. More...
#include <OpenMS/CONCEPT/FuzzyStringComparator.h>
Public Member Functions | |
| StreamElement_ () | |
| void | reset () |
| reset all elements of the element to default value | |
| void | fillFromInputLine (InputLine &input_line) |
| Read the next element from an InputLine and update the InputLine accordingly. | |
Public Attributes | |
| double | number |
| unsigned char | letter |
| bool | is_number |
| bool | is_space |
Stores information about characters, numbers, and whitesspaces loaded from the InputStream.
| StreamElement_ | ( | ) | [inline] |
| void fillFromInputLine | ( | InputLine & | input_line | ) | [inline] |
Read the next element from an InputLine and update the InputLine accordingly.
References FuzzyStringComparator::InputLine::line_, FuzzyStringComparator::InputLine::seekGToSavedPosition(), and FuzzyStringComparator::InputLine::updatePosition().
| void reset | ( | ) | [inline] |
reset all elements of the element to default value
| bool is_number |
| bool is_space |
| unsigned char letter |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:51 using doxygen 1.7.1 |