#include <OpenMS/FORMAT/FASTAFile.h>
Public Types | |
typedef std::pair< String, String > | FASTAEntry |
FASTA entry type (first is comment, second is sequence). | |
typedef std::vector< FASTAEntry > | FASTAType |
FASTA type (a sequence of FASTA entries). | |
Public Member Functions | |
FASTAFile () | |
Copy constructor. | |
virtual | ~FASTAFile () |
Destructor. | |
void | load (const String &filename, FASTAType &data) throw (Exception::FileNotFound,Exception::ParseError) |
loads a FASTA file given by 'filename' and stores the information in 'data' | |
void | store (const String &filename, const FASTAType &data) const throw (Exception::UnableToCreateFile) |
stores the data given by 'data' at the file 'filename' |
typedef std::pair<String, String> FASTAEntry |
typedef std::vector< FASTAEntry > FASTAType |
FASTA type (a sequence of FASTA entries).
FASTAFile | ( | ) |
Copy constructor.
virtual ~FASTAFile | ( | ) | [virtual] |
Destructor.
void load | ( | const String & | filename, | |
FASTAType & | data | |||
) | throw (Exception::FileNotFound,Exception::ParseError) |
loads a FASTA file given by 'filename' and stores the information in 'data'
void store | ( | const String & | filename, | |
const FASTAType & | data | |||
) | const throw (Exception::UnableToCreateFile) |
stores the data given by 'data' at the file 'filename'
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |