![]() |
OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
| MzTabString () | |
| MzTabString (const std::string &s) | |
| bool | isNull () const |
| void | setNull (bool b) |
| void | set (const std::string &value) |
| std::string | get () const |
| std::string | toCellString () const |
| void | fromCellString (const std::string &s) |
| ~MzTabString ()=default | |
Protected Attributes | |
| std::string | value_ |
| MzTabString | ( | ) |
|
explicit |
|
default |
| void fromCellString | ( | const std::string & | s | ) |
| std::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 std::string & | value | ) |
| void setNull | ( | bool | b | ) |
| std::string toCellString | ( | ) | const |
|
protected |