librostlab  1.0.20
 All Classes Namespaces Files Functions Variables Typedefs
Public Member Functions
rostlab::bio::seq< _FmtT > Class Template Reference

#include <readFasta.h>

List of all members.

Public Member Functions

 seq ()
 seq (const std::string &__desc, const std::string &__display_id, const std::string &__seqstr)
virtual ~seq ()
std::string & seqstr ()

Detailed Description

template<typename _FmtT>
class rostlab::bio::seq< _FmtT >

Definition at line 37 of file readFasta.h.


Constructor & Destructor Documentation

template<typename _FmtT>
rostlab::bio::seq< _FmtT >::seq ( ) [inline]

Definition at line 43 of file readFasta.h.

template<typename _FmtT>
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.

template<typename _FmtT>
virtual rostlab::bio::seq< _FmtT >::~seq ( ) [inline, virtual]

Definition at line 45 of file readFasta.h.


Member Function Documentation

template<typename _FmtT>
std::string& rostlab::bio::seq< _FmtT >::seqstr ( ) [inline]

Definition at line 47 of file readFasta.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs