OpenMS
2.5.0
|
base class for atomic, non-container types (Double, Int) More...
#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
MzTabNullAbleBase () | |
~MzTabNullAbleBase () override | |
bool | isNull () const override |
void | setNull (bool b) override |
Public Member Functions inherited from MzTabNullAbleInterface | |
virtual | ~MzTabNullAbleInterface () |
virtual String | toCellString () const =0 |
virtual void | fromCellString (const String &)=0 |
Protected Attributes | |
bool | null_ |
base class for atomic, non-container types (Double, Int)
|
override |
|
overridevirtual |
Implements MzTabNullAbleInterface.
Reimplemented in MzTabModificationList, MzTabIntegerList, and MzTabDoubleList.
|
overridevirtual |
Implements MzTabNullAbleInterface.
Reimplemented in MzTabModificationList, MzTabIntegerList, and MzTabDoubleList.
|
protected |