OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
MzTabSpectraRef () | |
bool | isNull () const |
void | setNull (bool b) |
void | setMSFile (Size index) |
void | setSpecRef (const String &spec_ref) |
String | getSpecRef () const |
Size | getMSFile () const |
void | setSpecRefFile (const String &spec_ref) |
String | toCellString () const |
void | fromCellString (const String &s) |
~MzTabSpectraRef ()=default | |
Protected Attributes | |
Size | ms_run_ |
String | spec_ref_ |
MzTabSpectraRef | ( | ) |
|
default |
void fromCellString | ( | const String & | s | ) |
Size getMSFile | ( | ) | const |
String getSpecRef | ( | ) | const |
bool isNull | ( | ) | const |
void setMSFile | ( | Size | index | ) |
void setNull | ( | bool | b | ) |
void setSpecRef | ( | const String & | spec_ref | ) |
void setSpecRefFile | ( | const String & | spec_ref | ) |
String toCellString | ( | ) | const |
|
protected |
|
protected |