|  | OpenMS
    2.6.0
    | 
#include <OpenMS/FORMAT/MzTab.h>
| Public Member Functions | |
| MzTabModification () | |
| bool | isNull () const | 
| void | setNull (bool b) | 
| void | setPositionsAndParameters (const std::vector< std::pair< Size, MzTabParameter > > &ppp) | 
| set (potentially ambiguous) position(s) with associated parameter (might be null if not set)  More... | |
| std::vector< std::pair< Size, MzTabParameter > > | getPositionsAndParameters () const | 
| void | setModificationIdentifier (const MzTabString &mod_id) | 
| MzTabString | getModOrSubstIdentifier () const | 
| String | toCellString () const | 
| void | fromCellString (const String &s) | 
| ~MzTabModification ()=default | |
| Protected Attributes | |
| std::vector< std::pair< Size, MzTabParameter > > | pos_param_pairs_ | 
| MzTabString | mod_identifier_ | 
| 
 | default | 
| void fromCellString | ( | const String & | s | ) | 
| MzTabString getModOrSubstIdentifier | ( | ) | const | 
| std::vector<std::pair<Size, MzTabParameter> > getPositionsAndParameters | ( | ) | const | 
| bool isNull | ( | ) | const | 
| void setModificationIdentifier | ( | const MzTabString & | mod_id | ) | 
| void setNull | ( | bool | b | ) | 
| void setPositionsAndParameters | ( | const std::vector< std::pair< Size, MzTabParameter > > & | ppp | ) | 
set (potentially ambiguous) position(s) with associated parameter (might be null if not set)
| String toCellString | ( | ) | const | 
| 
 | protected | 
| 
 | protected | 
 1.8.16
 1.8.16