OpenMS
MzTabInteger Class Reference

#include <OpenMS/FORMAT/MzTabBase.h>

Collaboration diagram for MzTabInteger:
[legend]

Public Member Functions

 MzTabInteger ()
 
 MzTabInteger (const int v)
 
void set (const Int &value)
 
Int get () const
 
String toCellString () const
 
void fromCellString (const String &s)
 
bool isNull () const
 
void setNull (bool b)
 
bool isNaN () const
 
void setNaN ()
 
bool isInf () const
 
void setInf ()
 
 ~MzTabInteger ()=default
 

Protected Attributes

Int value_
 
MzTabCellStateType state_
 

Constructor & Destructor Documentation

◆ MzTabInteger() [1/2]

◆ MzTabInteger() [2/2]

MzTabInteger ( const int  v)
explicit

◆ ~MzTabInteger()

~MzTabInteger ( )
default

Member Function Documentation

◆ fromCellString()

void fromCellString ( const String s)

◆ get()

◆ isInf()

bool isInf ( ) const

◆ isNaN()

bool isNaN ( ) const

◆ isNull()

bool isNull ( ) const

◆ set()

void set ( const Int value)

◆ setInf()

void setInf ( )

◆ setNaN()

void setNaN ( )

◆ setNull()

void setNull ( bool  b)

◆ toCellString()

String toCellString ( ) const

Member Data Documentation

◆ state_

MzTabCellStateType state_
protected

◆ value_

Int value_
protected