libpappsomspp
Library for mass spectrometry
|
#include <filterobopsimodsink.h>
Public Member Functions | |
FilterOboPsiModSink () | |
virtual | ~FilterOboPsiModSink () |
void | setOboPsiModTerm (const OboPsiModTerm &term) override |
triggered function on each obo term when parsing obo file More... | |
const OboPsiModTerm & | getOne () |
const OboPsiModTerm & | getFirst () |
unsigned int | size () |
const std::list< OboPsiModTerm > & | getOboPsiModTermList () |
Private Attributes | |
std::list< OboPsiModTerm > | m_oboPsiModTermList |
Definition at line 35 of file filterobopsimodsink.h.
pappso::FilterOboPsiModSink::FilterOboPsiModSink | ( | ) |
Definition at line 29 of file filterobopsimodsink.cpp.
|
virtual |
Definition at line 33 of file filterobopsimodsink.cpp.
const OboPsiModTerm & pappso::FilterOboPsiModSink::getFirst | ( | ) |
Definition at line 69 of file filterobopsimodsink.cpp.
References m_oboPsiModTermList.
Referenced by pappso::PeptideStrParser::parseStringToPeptide().
const std::list< OboPsiModTerm > & pappso::FilterOboPsiModSink::getOboPsiModTermList | ( | ) |
Definition at line 38 of file filterobopsimodsink.cpp.
References m_oboPsiModTermList.
const OboPsiModTerm & pappso::FilterOboPsiModSink::getOne | ( | ) |
Definition at line 50 of file filterobopsimodsink.cpp.
References m_oboPsiModTermList.
Referenced by pappso::AaModification::createInstance().
|
overridevirtual |
triggered function on each obo term when parsing obo file
Implements pappso::OboPsiModHandlerInterface.
Definition at line 44 of file filterobopsimodsink.cpp.
References m_oboPsiModTermList.
|
inline |
Definition at line 49 of file filterobopsimodsink.h.
|
private |
Definition at line 38 of file filterobopsimodsink.h.
Referenced by getFirst(), getOboPsiModTermList(), getOne(), and setOboPsiModTerm().