OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
MzTabInteger () | |
MzTabInteger (const int v) | |
void | set (const Int &value) |
Int | 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 () |
~MzTabInteger ()=default | |
Protected Attributes | |
Int | value_ |
MzTabCellStateType | state_ |
MzTabInteger | ( | ) |
|
explicit |
|
default |
void fromCellString | ( | const String & | s | ) |
Int get | ( | ) | const |
Referenced by MzTabOligonucleotideSectionRow::RowCompare::operator()().
bool isInf | ( | ) | const |
bool isNaN | ( | ) | const |
bool isNull | ( | ) | const |
void set | ( | const Int & | value | ) |
void setInf | ( | ) |
void setNaN | ( | ) |
void setNull | ( | bool | b | ) |
String toCellString | ( | ) | const |
|
protected |
|
protected |