Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | List of all members
QcMLFile::Attachment Struct Reference

Representation of an attachment. More...

#include <OpenMS/FORMAT/QcMLFile.h>

Public Member Functions

 Attachment ()
 Default constructor. More...
 
 Attachment (const Attachment &rhs)
 
Attachmentoperator= (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. More...
 
String id
 Name. More...
 
String value
 Value. More...
 
String cvRef
 cv reference More...
 
String cvAcc
 cv accession More...
 
String unitRef
 cv reference of the unit More...
 
String unitAcc
 cv accession of the unit More...
 
String binary
 binary content of the attachment More...
 
String qualityRef
 reference to qp to which attachment, if empty attached to run/set More...
 
std::vector< StringcolTypes
 type of the cols if QP has a table of values More...
 
std::vector< std::vector< String > > tableRows
 cell values if QP has a table, type see colType More...
 

Detailed Description

Representation of an attachment.

Constructor & Destructor Documentation

Default constructor.

Attachment ( const Attachment rhs)

Member Function Documentation

bool operator< ( const Attachment rhs) const
Attachment& operator= ( const Attachment rhs)
bool operator== ( const Attachment rhs) const
bool operator> ( const Attachment rhs) const
String toCSVString ( String  separator) const
String toXMLString ( UInt  indentation_level) const

Member Data Documentation

String binary

binary content of the attachment

std::vector<String> colTypes

type of the cols if QP has a table of values

String cvAcc

cv accession

String cvRef

cv reference

String id

Name.

String name

Name.

String qualityRef

reference to qp to which attachment, if empty attached to run/set

std::vector< std::vector<String> > tableRows

cell values if QP has a table, type see colType

String unitAcc

cv accession of the unit

String unitRef

cv reference of the unit

String value

Value.


OpenMS / TOPP release 2.0.0 Documentation generated on Tue Nov 1 2016 16:34:46 using doxygen 1.8.11