libpappsomspp
Library for mass spectrometry
|
#include <fastareader.h>
Public Member Functions | |
FastaReader (FastaHandlerInterface &handler) | |
~FastaReader () | |
void | parse (QFile &fastaFile) |
void | parse (QIODevice *p_inputstream) |
Protected Member Functions | |
void | parseOnlyOne (QTextStream &p_in) |
Private Attributes | |
friend | FastaFileIndexer |
FastaHandlerInterface & | m_handler |
Definition at line 33 of file fastareader.h.
pappso::FastaReader::FastaReader | ( | FastaHandlerInterface & | handler | ) |
Definition at line 29 of file fastareader.cpp.
pappso::FastaReader::~FastaReader | ( | ) |
Definition at line 33 of file fastareader.cpp.
void pappso::FastaReader::parse | ( | QFile & | fastaFile | ) |
Definition at line 39 of file fastareader.cpp.
void pappso::FastaReader::parse | ( | QIODevice * | p_inputstream | ) |
Definition at line 58 of file fastareader.cpp.
References m_handler, and pappso::FastaHandlerInterface::setSequence().
|
protected |
Definition at line 99 of file fastareader.cpp.
References m_handler, and pappso::FastaHandlerInterface::setSequence().
Referenced by pappso::FastaFileIndexer::getSequenceByIndex().
|
private |
Definition at line 35 of file fastareader.h.
|
private |
Definition at line 48 of file fastareader.h.
Referenced by parse(), and parseOnlyOne().