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

Implementation for the BibliographicReferenceType tag in the mzIdentML schema. More...

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::BibliographicReference:
pwiz::identdata::Identifiable

Public Member Functions

 BibliographicReference ()
 
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 authors
 
std::string publication
 
std::string publisher
 
std::string editor
 
int year
 
std::string volume
 
std::string issue
 
std::string pages
 
std::string title
 
- Public Attributes inherited from pwiz::identdata::Identifiable
std::string id
 
std::string name
 

Detailed Description

Implementation for the BibliographicReferenceType tag in the mzIdentML schema.

Represents bibliographic references.

Definition at line 95 of file IdentData.hpp.

Constructor & Destructor Documentation

§ BibliographicReference()

pwiz::identdata::BibliographicReference::BibliographicReference ( )

Member Function Documentation

§ empty()

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

Reimplemented from pwiz::identdata::Identifiable.

Member Data Documentation

§ authors

std::string pwiz::identdata::BibliographicReference::authors

§ publication

std::string pwiz::identdata::BibliographicReference::publication

§ publisher

std::string pwiz::identdata::BibliographicReference::publisher

§ editor

std::string pwiz::identdata::BibliographicReference::editor

§ year

int pwiz::identdata::BibliographicReference::year

§ volume

std::string pwiz::identdata::BibliographicReference::volume

§ issue

std::string pwiz::identdata::BibliographicReference::issue

§ pages

std::string pwiz::identdata::BibliographicReference::pages

§ title

std::string pwiz::identdata::BibliographicReference::title

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