OpenMS
|
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, const std::string &str_line) |
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, |
const std::string & | str_line | ||
) |
void reset | ( | ) |
reset all elements of the element to default value
bool is_number |
bool is_space |
unsigned char letter |
double number |