#include <readFasta.h>
Public Member Functions | |
seq () | |
seq (const std::string &__desc, const std::string &__display_id, const std::string &__seqstr) | |
virtual | ~seq () |
std::string & | seqstr () |
Definition at line 37 of file readFasta.h.
rostlab::bio::seq< _FmtT >::seq | ( | ) | [inline] |
Definition at line 43 of file readFasta.h.
rostlab::bio::seq< _FmtT >::seq | ( | const std::string & | __desc, |
const std::string & | __display_id, | ||
const std::string & | __seqstr | ||
) | [inline] |
Definition at line 44 of file readFasta.h.
virtual rostlab::bio::seq< _FmtT >::~seq | ( | ) | [inline, virtual] |
Definition at line 45 of file readFasta.h.
std::string& rostlab::bio::seq< _FmtT >::seqstr | ( | ) | [inline] |
Definition at line 47 of file readFasta.h.