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

#include <OpenMS/FORMAT/MzTabBase.h>

Collaboration diagram for MzTabSpectraRef:
[legend]

Public Member Functions

 MzTabSpectraRef ()
 
bool isNull () const
 
void setNull (bool b)
 
void setMSFile (Size index)
 
void setSpecRef (const std::string &spec_ref)
 
std::string getSpecRef () const
 
Size getMSFile () const
 
void setSpecRefFile (const std::string &spec_ref)
 
std::string toCellString () const
 
void fromCellString (const std::string &s)
 
 ~MzTabSpectraRef ()=default
 

Protected Attributes

Size ms_run_
 
std::string spec_ref_
 

Constructor & Destructor Documentation

◆ MzTabSpectraRef()

◆ ~MzTabSpectraRef()

~MzTabSpectraRef ( )
default

Member Function Documentation

◆ fromCellString()

void fromCellString ( const std::string &  s)

◆ getMSFile()

◆ getSpecRef()

◆ isNull()

bool isNull ( ) const

◆ setMSFile()

void setMSFile ( Size  index)

◆ setNull()

void setNull ( bool  b)

◆ setSpecRef()

void setSpecRef ( const std::string &  spec_ref)

◆ setSpecRefFile()

void setSpecRefFile ( const std::string &  spec_ref)

◆ toCellString()

std::string toCellString ( ) const

Member Data Documentation

◆ ms_run_

Size ms_run_
protected

◆ spec_ref_

std::string spec_ref_
protected