OpenMS  2.4.0
Public Member Functions | Protected Attributes | List of all members
MzTabDouble Class Reference

#include <OpenMS/FORMAT/MzTab.h>

Inheritance diagram for MzTabDouble:
MzTabNullNaNAndInfAbleBase MzTabNullNaNAndInfAbleInterface MzTabNullAbleInterface

Public Member Functions

 MzTabDouble ()
 
 MzTabDouble (const double v)
 
 ~MzTabDouble () override
 
void set (const double &value)
 
double get () const
 
String toCellString () const override
 
void fromCellString (const String &s) override
 
- Public Member Functions inherited from MzTabNullNaNAndInfAbleBase
 MzTabNullNaNAndInfAbleBase ()
 
 ~MzTabNullNaNAndInfAbleBase () override
 
bool isNull () const override
 
void setNull (bool b) override
 
bool isNaN () const override
 
void setNaN () override
 
bool isInf () const override
 
void setInf () override
 
- Public Member Functions inherited from MzTabNullNaNAndInfAbleInterface
 ~MzTabNullNaNAndInfAbleInterface () override
 
- Public Member Functions inherited from MzTabNullAbleInterface
virtual ~MzTabNullAbleInterface ()
 

Protected Attributes

double value_
 
- Protected Attributes inherited from MzTabNullNaNAndInfAbleBase
MzTabCellStateType state_
 

Constructor & Destructor Documentation

◆ MzTabDouble() [1/2]

◆ MzTabDouble() [2/2]

MzTabDouble ( const double  v)
explicit

◆ ~MzTabDouble()

~MzTabDouble ( )
override

Member Function Documentation

◆ fromCellString()

void fromCellString ( const String s)
overridevirtual

◆ get()

double get ( ) const

◆ set()

void set ( const double value)

◆ toCellString()

String toCellString ( ) const
overridevirtual

Member Data Documentation

◆ value_

double value_
protected