libpappsomspp
Library for mass spectrometry
|
#include <protein.h>
Public Member Functions | |
Protein (const QString &id, const QString &description) | |
Protein (const Protein &other) | |
virtual | ~Protein () |
const QString & | getId () const |
const QString & | getDescription () const |
Private Attributes | |
const QString | m_id |
const QString | m_description |
pappso::masschroq::Protein::Protein | ( | const QString & | id, |
const QString & | description ) |
Default constructor
Definition at line 31 of file protein.cpp.
References m_description, and m_id.
pappso::masschroq::Protein::Protein | ( | const Protein & | other | ) |
Definition at line 36 of file protein.cpp.
References m_description, and m_id.
|
virtual |
const QString & pappso::masschroq::Protein::getDescription | ( | ) | const |
Definition at line 51 of file protein.cpp.
References m_description.
const QString & pappso::masschroq::Protein::getId | ( | ) | const |
Definition at line 46 of file protein.cpp.
References m_id.
Referenced by pappso::masschroq::JsonInput::read_protein_list().
|
private |
Definition at line 63 of file protein.h.
Referenced by Protein(), Protein(), and getDescription().
|
private |