ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::identdata::Provider Struct Reference

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

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::Provider:
pwiz::identdata::Identifiable

Public Member Functions

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

Public Attributes

ContactRolePtr contactRolePtr
 
AnalysisSoftwarePtr analysisSoftwarePtr
 
- Public Attributes inherited from pwiz::identdata::Identifiable
std::string id
 
std::string name
 

Detailed Description

Implementation of ProviderType from the mzIdentML schema.

The provider of the document in terms of the Contact and the software the produced the document instance.

Definition at line 234 of file IdentData.hpp.

Constructor & Destructor Documentation

§ Provider()

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

Member Function Documentation

§ empty()

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

Member Data Documentation

§ contactRolePtr

ContactRolePtr pwiz::identdata::Provider::contactRolePtr

§ analysisSoftwarePtr

AnalysisSoftwarePtr pwiz::identdata::Provider::analysisSoftwarePtr

Definition at line 240 of file IdentData.hpp.


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