OpenMS
2.4.0
|
#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
MzTabString () | |
MzTabString (const String &s) | |
~MzTabString () override | |
void | set (const String &value) |
String | get () const |
bool | isNull () const override |
void | setNull (bool b) override |
String | toCellString () const override |
void | fromCellString (const String &s) override |
Public Member Functions inherited from MzTabNullAbleInterface | |
virtual | ~MzTabNullAbleInterface () |
Protected Attributes | |
String | value_ |
MzTabString | ( | ) |
|
explicit |
|
override |
|
overridevirtual |
Implements MzTabNullAbleInterface.
String get | ( | ) | const |
|
overridevirtual |
Implements MzTabNullAbleInterface.
void set | ( | const String & | value | ) |
|
overridevirtual |
Implements MzTabNullAbleInterface.
|
overridevirtual |
Implements MzTabNullAbleInterface.
|
protected |