#include <dseq.h>
Public Member Functions | |
| int | input (istream &ins, char ln[]) throw (gberr) |
| void | write (ostream &ous, const int bpl=70) const |
| dseq () | |
| dseq (const dseq &ds) | |
| dseq & | operator= (const dseq &ds) |
| ~dseq () | |
| void | subseq (char *&sb, int s, int f) const |
Private Attributes | |
| char * | seq |
| int | len |
| int | A |
| int | C |
| int | G |
| int | T |
| int | O |
Static Private Attributes | |
| static const int | LL = 82 |
| dseq::dseq | ( | ) |
| dseq::~dseq | ( | ) |
References seq.
| void dseq::write | ( | ostream & | ous, | |
| const int | bpl = 70 | |||
| ) | const |
| void dseq::subseq | ( | char *& | sb, | |
| int | s, | |||
| int | f | |||
| ) | const |
char* dseq::seq [private] |
int dseq::len [private] |
Referenced by dseq(), input(), operator=(), and write().
int dseq::A [private] |
Referenced by dseq(), input(), and operator=().
int dseq::C [private] |
Referenced by dseq(), input(), and operator=().
int dseq::G [private] |
Referenced by dseq(), input(), and operator=().
int dseq::T [private] |
Referenced by dseq(), input(), and operator=().
int dseq::O [private] |
Referenced by dseq(), input(), and operator=().
1.5.6