OpenMS  2.4.0
Public Member Functions | Protected Attributes | List of all members
MzTabBoolean Class Reference

#include <OpenMS/FORMAT/MzTab.h>

Inheritance diagram for MzTabBoolean:
MzTabNullAbleBase MzTabNullAbleInterface

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_
 

Constructor & Destructor Documentation

◆ MzTabBoolean() [1/2]

◆ MzTabBoolean() [2/2]

MzTabBoolean ( bool  v)
explicit

◆ ~MzTabBoolean()

~MzTabBoolean ( )
override

Member Function Documentation

◆ fromCellString()

void fromCellString ( const String s)
overridevirtual

◆ get()

Int get ( ) const

◆ set()

void set ( const bool &  value)

◆ toCellString()

String toCellString ( ) const
overridevirtual

Member Data Documentation

◆ value_

bool value_
protected