ProteoWizard
Public Member Functions | Public Attributes
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

List of all members.

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

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

Member Function Documentation

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

Member Data Documentation

ContactRolePtr pwiz::identdata::Provider::contactRolePtr
AnalysisSoftwarePtr pwiz::identdata::Provider::analysisSoftwarePtr

Definition at line 240 of file IdentData.hpp.


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