|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioEmblSq.h>

Public Member Functions | |
| BioEmblSq () | |
| BioEmblSq (const string &sq) | |
| void | setSq (string &) |
| long | getA () |
| long | getC () |
| long | getG () |
| long | getT () |
| long | getOthers () |
| long | getSqBasePairs () |
| void | showSq (ostream &=cout) |
| BioEmblSq::BioEmblSq | ( | const string & | sq | ) |
| long BioEmblSq::getA | ( | ) |
| long BioEmblSq::getC | ( | ) |
| long BioEmblSq::getG | ( | ) |
| long BioEmblSq::getOthers | ( | ) |
| long BioEmblSq::getSqBasePairs | ( | ) |
| long BioEmblSq::getT | ( | ) |
| void BioEmblSq::setSq | ( | string & | ) |
| void BioEmblSq::showSq | ( | ostream & | = cout | ) |