Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes

QcMLFile::Attachment Struct Reference

Representation of an attachment. More...

#include <OpenMS/FORMAT/QcMLFile.h>

List of all members.

Public Member Functions

 Attachment ()
 Default constructor.
 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.
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< StringcolTypes
 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

Detailed Description

Representation of an attachment.


Constructor & Destructor Documentation

Attachment (  ) 

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

binary content of the attachment

std::vector<String> colTypes

type of the cols if QP has a table of values

cv accession

cv reference

Name.

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

cv accession of the unit

cv reference of the unit

Value.


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1