|
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 | ||
| ) |
| pappso::masschroq::Protein::Protein | ( | const Protein & | other | ) |
Definition at line 36 of file protein.cpp.
|
virtual |
| const QString & pappso::masschroq::Protein::getDescription | ( | ) | const |
Definition at line 51 of file protein.cpp.
| const QString & pappso::masschroq::Protein::getId | ( | ) | const |
Definition at line 46 of file protein.cpp.
|
private |