![]()  | 
  
    OpenMS
    
     
   | 
  
#include <OpenMS/FORMAT/MzTabBase.h>
Public Member Functions | |
| MzTabIntegerList ()=default | |
| bool | isNull () const | 
| void | setNull (bool b) | 
| String | toCellString () const | 
| void | fromCellString (const String &s) | 
| std::vector< MzTabInteger > | get () const | 
| void | set (const std::vector< MzTabInteger > &entries) | 
| ~MzTabIntegerList ()=default | |
Protected Attributes | |
| std::vector< MzTabInteger > | entries_ | 
      
  | 
  default | 
      
  | 
  default | 
| void fromCellString | ( | const String & | s | ) | 
| std::vector<MzTabInteger> get | ( | ) | const | 
| bool isNull | ( | ) | const | 
| void set | ( | const std::vector< MzTabInteger > & | entries | ) | 
| void setNull | ( | bool | b | ) | 
| String toCellString | ( | ) | const | 
      
  | 
  protected |