OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
MzTabBoolean () | |
bool | isNull () const |
void | setNull (bool b) |
MzTabBoolean (bool v) | |
void | set (const bool &value) |
Int | get () const |
String | toCellString () const |
void | fromCellString (const String &s) |
~MzTabBoolean ()=default | |
Protected Attributes | |
int | value_ |
MzTabBoolean | ( | ) |
|
explicit |
|
default |
void fromCellString | ( | const String & | s | ) |
Int get | ( | ) | const |
bool isNull | ( | ) | const |
void set | ( | const bool & | value | ) |
void setNull | ( | bool | b | ) |
String toCellString | ( | ) | const |
|
protected |