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

◆ StreamElement_()

Member Function Documentation

◆ fillFromInputLine()

void fillFromInputLine ( InputLine input_line)

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

◆ reset()

void reset ( )

reset all elements of the element to default value

Member Data Documentation

◆ is_number

bool is_number

◆ is_space

bool is_space

◆ letter

unsigned char letter

◆ number

double number

OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13