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 |
| String | toXMLString (UInt indentation_level) const |
| String | toCSVString (String separator) const |
Public Attributes | |
| String | name |
| Name. | |
| String | value |
| Value. | |
| String | cvRef |
| cv reference | |
| String | cvAcc |
| cv accession | |
| String | unitRef |
| cv reference of the unit | |
| String | unitAcc |
| cv accession of the unit | |
| String | binary |
| binary content of the attachment | |
| String | qualityRef |
| reference to qp to which attachment, if empty attached to run/set | |
| std::vector< String > | colTypes |
| type of the cols if QP has a table of values | |
| std::vector< std::vector < 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 |
reference to qp to which attachment, if empty attached to run/set
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |