ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::AnalysisSoftware Struct Reference

Implementation of AnalysisSoftwareType from the mzIdentML schema. More...

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::AnalysisSoftware:
pwiz::identdata::Identifiable

List of all members.

Public Member Functions

 AnalysisSoftware (const std::string &id_="", const std::string &name_="")
virtual bool empty () const
- Public Member Functions inherited from pwiz::identdata::Identifiable
 Identifiable (const std::string &id_="", const std::string &name_="")
virtual ~Identifiable ()

Public Attributes

std::string version
std::string URI
std::string customizations
ContactRolePtr contactRolePtr
ParamContainer softwareName
- Public Attributes inherited from pwiz::identdata::Identifiable
std::string id
std::string name

Detailed Description

Implementation of AnalysisSoftwareType from the mzIdentML schema.

The software used for performing the analyses.

Definition at line 211 of file IdentData.hpp.


Constructor & Destructor Documentation

pwiz::identdata::AnalysisSoftware::AnalysisSoftware ( const std::string &  id_ = "",
const std::string &  name_ = "" 
)

Member Function Documentation

virtual bool pwiz::identdata::AnalysisSoftware::empty ( ) const
virtual

Reimplemented from pwiz::identdata::Identifiable.


Member Data Documentation

std::string pwiz::identdata::AnalysisSoftware::version

Definition at line 217 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

std::string pwiz::identdata::AnalysisSoftware::URI

Definition at line 218 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

std::string pwiz::identdata::AnalysisSoftware::customizations

Definition at line 219 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

ContactRolePtr pwiz::identdata::AnalysisSoftware::contactRolePtr

Definition at line 222 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

ParamContainer pwiz::identdata::AnalysisSoftware::softwareName

Definition at line 223 of file IdentData.hpp.

Referenced by testAnalysisSoftware().


The documentation for this struct was generated from the following file: