|
libpappsomspp
Library for mass spectrometry
|
#include <fastaoutputstream.h>
Public Member Functions | |
| FastaOutputStream (QTextStream &otxtstream) | |
| ~FastaOutputStream () | |
| void | writeProtein (const Protein &protein) override |
Private Attributes | |
| QTextStream & | m_ofastastream |
Definition at line 46 of file fastaoutputstream.h.
| pappso::FastaOutputStream::FastaOutputStream | ( | QTextStream & | otxtstream | ) |
Definition at line 49 of file fastaoutputstream.cpp.
| pappso::FastaOutputStream::~FastaOutputStream | ( | ) |
Definition at line 54 of file fastaoutputstream.cpp.
|
overridevirtual |
Implements pappso::FastaWriterInterface.
Definition at line 59 of file fastaoutputstream.cpp.
|
private |
Definition at line 73 of file fastaoutputstream.h.