ProteoWizard
|
Implementation for the BibliographicReferenceType tag in the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
BibliographicReference () | |
bool | empty () const |
![]() | |
Identifiable (const std::string &id_="", const std::string &name_="") | |
virtual | ~Identifiable () |
Public Attributes | |
std::string | authors |
std::string | publication |
std::string | publisher |
std::string | editor |
int | year |
std::string | volume |
std::string | issue |
std::string | pages |
std::string | title |
![]() | |
std::string | id |
std::string | name |
Implementation for the BibliographicReferenceType tag in the mzIdentML schema.
Represents bibliographic references.
Definition at line 95 of file IdentData.hpp.
pwiz::identdata::BibliographicReference::BibliographicReference | ( | ) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
std::string pwiz::identdata::BibliographicReference::authors |
Definition at line 99 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::publication |
Definition at line 100 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::publisher |
Definition at line 101 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::editor |
Definition at line 102 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
int pwiz::identdata::BibliographicReference::year |
Definition at line 103 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::volume |
Definition at line 104 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::issue |
Definition at line 105 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::pages |
Definition at line 106 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().
std::string pwiz::identdata::BibliographicReference::title |
Definition at line 107 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testBibliographicReference().