![]() |
OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
| MzTabString () | |
| MzTabString (const String &s) | |
| bool | isNull () const |
| void | setNull (bool b) |
| void | set (const String &value) |
| String | get () const |
| String | toCellString () const |
| void | fromCellString (const String &s) |
| ~MzTabString ()=default | |
Protected Attributes | |
| String | value_ |
| MzTabString | ( | ) |
|
explicit |
|
default |
| void fromCellString | ( | const String & | s | ) |
| String get | ( | ) | const |
Referenced by MzTabNucleicAcidSectionRow::RowCompare::operator()(), MzTabOligonucleotideSectionRow::RowCompare::operator()(), MzTabOSMSectionRow::RowCompare::operator()(), MzTabPeptideSectionRow::RowCompare::operator()(), MzTabProteinSectionRow::RowCompare::operator()(), and MzTabPSMSectionRow::RowCompare::operator()().
| bool isNull | ( | ) | const |
| void set | ( | const String & | value | ) |
| void setNull | ( | bool | b | ) |
| String toCellString | ( | ) | const |
|
protected |