ProteoWizard
Public Member Functions | Public Attributes | List of all members
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

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

§ AnalysisSoftware()

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

Member Function Documentation

§ empty()

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

Reimplemented from pwiz::identdata::Identifiable.

Member Data Documentation

§ version

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

Definition at line 217 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

§ URI

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

Definition at line 218 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

§ customizations

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

Definition at line 219 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

§ contactRolePtr

ContactRolePtr pwiz::identdata::AnalysisSoftware::contactRolePtr

Definition at line 222 of file IdentData.hpp.

Referenced by testAnalysisSoftware().

§ softwareName

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: