Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | List of all members
FuzzyStringComparator::StreamElement_ Struct Reference

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
 

Detailed Description

Stores information about characters, numbers, and white spaces loaded from the InputStream.

Constructor & Destructor Documentation

Member Function Documentation

void fillFromInputLine ( InputLine input_line)

Read the next element from an InputLine and update the InputLine accordingly.

void reset ( )

reset all elements of the element to default value

Member Data Documentation

bool is_number
bool is_space
unsigned char letter
double number

OpenMS / TOPP release 2.0.0 Documentation generated on Wed Mar 30 2016 12:49:28 using doxygen 1.8.11