Main Page   Class Hierarchy   Compound List   File List   Compound Members  

bioinfo::mfasta< seqtype > Class Template Reference

write multi fasta files More...

List of all members.

Public Member Functions

 mfasta (const std::string &)
 reads and stores a multi fasta file in memory from a file

void write (const std::string &) const
 writes multifasta file to a file

void read (const std::string &)


Detailed Description

template<typename seqtype = std::string>
class bioinfo::mfasta< seqtype >

write multi fasta files

mfasta IS-A std::list of fasta<seqtype>*

template parameter defines the data type to store sequence information in. Defaults to std::std::string


Constructor & Destructor Documentation

template<typename seqtype>
bioinfo::mfasta< seqtype >::mfasta const std::string &   
 

reads and stores a multi fasta file in memory from a file

Parameters:
const std::string& : filename of multifasta file


Member Function Documentation

template<typename seqtype>
void bioinfo::mfasta< seqtype >::write const std::string &    const
 

writes multifasta file to a file

Parameters:
const std::string& : output filename for multifasta data


The documentation for this class was generated from the following files: