![]() |
OpenMS
|
Representation of an attachment. More...
#include <OpenMS/FORMAT/QcMLFile.h>
Public Member Functions | |
| Attachment () | |
| Default constructor. | |
| Attachment (const Attachment &rhs) | |
| Attachment & | operator= (const Attachment &rhs) |
| bool | operator== (const Attachment &rhs) const |
| bool | operator< (const Attachment &rhs) const |
| bool | operator> (const Attachment &rhs) const |
| std::string | toXMLString (UInt indentation_level) const |
| std::string | toCSVString (const std::string &separator) const |
Public Attributes | |
| std::string | name |
| Name. | |
| std::string | id |
| Name. | |
| std::string | value |
| Value. | |
| std::string | cvRef |
| cv reference | |
| std::string | cvAcc |
| cv accession | |
| std::string | unitRef |
| cv reference of the unit | |
| std::string | unitAcc |
| cv accession of the unit | |
| std::string | binary |
| binary content of the attachment | |
| std::string | qualityRef |
| reference to qp to which attachment, if empty attached to run/set | |
| std::vector< std::string > | colTypes |
| type of the cols if QP has a table of values | |
| std::vector< std::vector< std::string > > | tableRows |
| cell values if QP has a table, type see colType | |
Representation of an attachment.
| Attachment | ( | ) |
Default constructor.
| Attachment | ( | const Attachment & | rhs | ) |
| bool operator< | ( | const Attachment & | rhs | ) | const |
| Attachment & operator= | ( | const Attachment & | rhs | ) |
| bool operator== | ( | const Attachment & | rhs | ) | const |
| bool operator> | ( | const Attachment & | rhs | ) | const |
| std::string toCSVString | ( | const std::string & | separator | ) | const |
| std::string toXMLString | ( | UInt | indentation_level | ) | const |
| std::string binary |
binary content of the attachment
| std::vector<std::string> colTypes |
type of the cols if QP has a table of values
| std::string cvAcc |
cv accession
| std::string cvRef |
cv reference
| std::string id |
Name.
| std::string name |
Name.
| std::string qualityRef |
reference to qp to which attachment, if empty attached to run/set
| std::vector< std::vector<std::string> > tableRows |
cell values if QP has a table, type see colType
| std::string unitAcc |
cv accession of the unit
| std::string unitRef |
cv reference of the unit
| std::string value |
Value.