![]() |
OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
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_ |
| MzTabSpectraRef | ( | ) |
|
default |
| void fromCellString | ( | const std::string & | s | ) |
| Size getMSFile | ( | ) | const |
| std::string getSpecRef | ( | ) | const |
| bool isNull | ( | ) | const |
| void setMSFile | ( | Size | index | ) |
| void setNull | ( | bool | b | ) |
| void setSpecRef | ( | const std::string & | spec_ref | ) |
| void setSpecRefFile | ( | const std::string & | spec_ref | ) |
| std::string toCellString | ( | ) | const |
|
protected |
|
protected |