ProteoWizard
|
#include <ProteomeData.hpp>
Public Member Functions | |
ProteomeData () | |
virtual | ~ProteomeData () |
bool | empty () const |
Public Attributes | |
std::string | id |
ProteinListPtr | proteinListPtr |
Private Member Functions | |
ProteomeData (const ProteomeData &) | |
ProteomeData & | operator= (const ProteomeData &) |
Definition at line 88 of file ProteomeData.hpp.
|
inline |
Definition at line 94 of file ProteomeData.hpp.
|
inlinevirtual |
Definition at line 95 of file ProteomeData.hpp.
|
private |
bool pwiz::proteome::ProteomeData::empty | ( | ) | const |
|
private |
std::string pwiz::proteome::ProteomeData::id |
Definition at line 90 of file ProteomeData.hpp.
Referenced by pwiz::proteome::TextWriter::operator()(), testDuplicateId(), and testProteomeData().
ProteinListPtr pwiz::proteome::ProteomeData::proteinListPtr |
Definition at line 92 of file ProteomeData.hpp.
Referenced by pwiz::proteome::TextWriter::operator()(), test(), testDuplicateId(), testModeMetaDataAndSequence(), testModeMetaDataOnly(), testModeOff(), testProteinListSimple(), testProteomeData(), and testWrap().