OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
MzTabDouble () | |
MzTabDouble (const double v) | |
void | set (const double &value) |
double | get () const |
String | toCellString () const |
void | fromCellString (const String &s) |
bool | isNull () const |
void | setNull (bool b) |
bool | isNaN () const |
void | setNaN () |
bool | isInf () const |
void | setInf () |
~MzTabDouble ()=default | |
bool | operator< (const MzTabDouble &rhs) const |
bool | operator== (const MzTabDouble &rhs) const |
Protected Attributes | |
double | value_ |
MzTabCellStateType | state_ |
MzTabDouble | ( | ) |
|
explicit |
|
default |
void fromCellString | ( | const String & | s | ) |
double get | ( | ) | const |
bool isInf | ( | ) | const |
bool isNaN | ( | ) | const |
bool isNull | ( | ) | const |
bool operator< | ( | const MzTabDouble & | rhs | ) | const |
bool operator== | ( | const MzTabDouble & | rhs | ) | const |
void set | ( | const double & | value | ) |
void setInf | ( | ) |
void setNaN | ( | ) |
void setNull | ( | bool | b | ) |
String toCellString | ( | ) | const |
|
protected |
|
protected |