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