OpenMS
|
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
MzTabStringList () | |
bool | isNull () const |
void | setNull (bool b) |
void | setSeparator (char sep) |
needed for e.g. ambiguity_members and GO accessions as these use ',' as separator while the others use '|' More... | |
String | toCellString () const |
void | fromCellString (const String &s) |
std::vector< MzTabString > | get () const |
void | set (const std::vector< MzTabString > &entries) |
~MzTabStringList ()=default | |
Protected Attributes | |
std::vector< MzTabString > | entries_ |
char | sep_ |
MzTabStringList | ( | ) |
|
default |
void fromCellString | ( | const String & | s | ) |
std::vector<MzTabString> get | ( | ) | const |
bool isNull | ( | ) | const |
void set | ( | const std::vector< MzTabString > & | entries | ) |
void setNull | ( | bool | b | ) |
void setSeparator | ( | char | sep | ) |
needed for e.g. ambiguity_members and GO accessions as these use ',' as separator while the others use '|'
String toCellString | ( | ) | const |
|
protected |
|
protected |