Stores information about characters, numbers, and white spaces 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 More... | |
void | fillFromInputLine (InputLine &input_line) |
Read the next element from an InputLine and update the InputLine accordingly. More... | |
Public Attributes | |
double | number |
unsigned char | letter |
bool | is_number |
bool | is_space |
Stores information about characters, numbers, and white spaces loaded from the InputStream.
StreamElement_ | ( | ) |
void fillFromInputLine | ( | InputLine & | input_line | ) |
void reset | ( | ) |
reset all elements of the element to default value
bool is_number |
bool is_space |
unsigned char letter |
double number |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13 |