OpenMS
MzTabBoolean Class Reference

#include <OpenMS/FORMAT/MzTabBase.h>

Collaboration diagram for MzTabBoolean:
[legend]

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_
 

Constructor & Destructor Documentation

◆ MzTabBoolean() [1/2]

◆ MzTabBoolean() [2/2]

MzTabBoolean ( bool  v)
explicit

◆ ~MzTabBoolean()

~MzTabBoolean ( )
default

Member Function Documentation

◆ fromCellString()

void fromCellString ( const String s)

◆ get()

Int get ( ) const

◆ isNull()

bool isNull ( ) const

◆ set()

void set ( const bool &  value)

◆ setNull()

void setNull ( bool  b)

◆ toCellString()

String toCellString ( ) const

Member Data Documentation

◆ value_

int value_
protected