OpenMS
Loading...
Searching...
No Matches
MzTabString Class Reference

#include <OpenMS/FORMAT/MzTabBase.h>

Collaboration diagram for MzTabString:
[legend]

Public Member Functions

 MzTabString ()
 
 MzTabString (const std::string &s)
 
bool isNull () const
 
void setNull (bool b)
 
void set (const std::string &value)
 
std::string get () const
 
std::string toCellString () const
 
void fromCellString (const std::string &s)
 
 ~MzTabString ()=default
 

Protected Attributes

std::string value_
 

Constructor & Destructor Documentation

◆ MzTabString() [1/2]

◆ MzTabString() [2/2]

MzTabString ( const std::string &  s)
explicit

◆ ~MzTabString()

~MzTabString ( )
default

Member Function Documentation

◆ fromCellString()

void fromCellString ( const std::string &  s)

◆ get()

◆ isNull()

bool isNull ( ) const

◆ set()

void set ( const std::string &  value)

◆ setNull()

void setNull ( bool  b)

◆ toCellString()

std::string toCellString ( ) const

Member Data Documentation

◆ value_

std::string value_
protected