FASTA -> ProteomeData stream serialization.
More...
#include <Reader_FASTA.hpp>
FASTA -> ProteomeData stream serialization.
Definition at line 38 of file Reader_FASTA.hpp.
§ Reader_FASTA() [1/2]
pwiz::proteome::Reader_FASTA::Reader_FASTA |
( |
const Config & |
config = Config() | ) |
|
§ Reader_FASTA() [2/2]
pwiz::proteome::Reader_FASTA::Reader_FASTA |
( |
Reader_FASTA & |
| ) |
|
|
private |
§ getType()
const char* pwiz::proteome::Reader_FASTA::getType |
( |
| ) |
const |
|
inlinevirtual |
§ identify()
virtual std::string pwiz::proteome::Reader_FASTA::identify |
( |
const std::string & |
uri, |
|
|
boost::shared_ptr< std::istream > |
uriStreamPtr |
|
) |
| const |
|
virtual |
return file type iff Reader recognizes the file, else empty;
note: for formats requiring a 3rd party DLL identify() should return non-empty if it recognized the format, even though reading may fail if the 3rd party DLL isn't actually present Reader may filter based on URI and/or contents of the file
Implements pwiz::proteome::Reader.
§ read()
virtual void pwiz::proteome::Reader_FASTA::read |
( |
const std::string & |
uri, |
|
|
boost::shared_ptr< std::istream > |
uriStreamPtr, |
|
|
ProteomeData & |
result |
|
) |
| const |
|
virtual |
§ operator=()
§ config_
Config pwiz::proteome::Reader_FASTA::config_ |
|
private |
The documentation for this class was generated from the following file: