ProteoWizard
|
Implementation of ProviderType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
Provider (const std::string id_="", const std::string name_="") | |
bool | empty () const |
![]() | |
Identifiable (const std::string &id_="", const std::string &name_="") | |
virtual | ~Identifiable () |
Public Attributes | |
ContactRolePtr | contactRolePtr |
AnalysisSoftwarePtr | analysisSoftwarePtr |
![]() | |
std::string | id |
std::string | name |
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.
pwiz::identdata::Provider::Provider | ( | const std::string | id_ = "" , |
const std::string | name_ = "" |
||
) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
Referenced by pwiz::identdata::TextWriter::operator()().
ContactRolePtr pwiz::identdata::Provider::contactRolePtr |
Definition at line 239 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), testContactRole(), and testProvider().
AnalysisSoftwarePtr pwiz::identdata::Provider::analysisSoftwarePtr |
Definition at line 240 of file IdentData.hpp.