|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioMultipleSwissProt.h>
Public Member Functions | |
| BioMultipleSwissProt () | |
| BioMultipleSwissProt (const string &) | |
| long | getNumberOfEntries () |
| BioSwissProt | getEntry (long) |
| void | pushEntry (BioSwissProt &) |
| BioMultipleSwissProt | getEntriesByOrganism (const string &) |
| BioMultipleSwissProt | getEntriesByProtein (const string &) |
| vector< string > | getUniqueOrganisms () |
| void | showInMultipleFasta (const string &) |
| void | showInMultipleFasta (ostream &=cout) |
| void | showInFasta (int, ostream &=cout) |
Friends | |
| BioMultipleSwissProt | operator+= (BioMultipleSwissProt &, BioSwissProt) |
| BioMultipleSwissProt | operator+ (BioMultipleSwissProt, BioSwissProt &) |
| BioMultipleSwissProt | operator+ (BioSwissProt &, BioSwissProt &) |
| BioMultipleSwissProt::BioMultipleSwissProt | ( | const string & | ) |
| BioMultipleSwissProt BioMultipleSwissProt::getEntriesByOrganism | ( | const string & | ) |
| BioMultipleSwissProt BioMultipleSwissProt::getEntriesByProtein | ( | const string & | ) |
| vector<string> BioMultipleSwissProt::getUniqueOrganisms | ( | ) |
| void BioMultipleSwissProt::pushEntry | ( | BioSwissProt & | ) |
| void BioMultipleSwissProt::showInFasta | ( | int | , |
| ostream & | = cout |
||
| ) |
| void BioMultipleSwissProt::showInMultipleFasta | ( | const string & | ) |
| void BioMultipleSwissProt::showInMultipleFasta | ( | ostream & | = cout | ) |
| BioMultipleSwissProt operator+ | ( | BioMultipleSwissProt | , |
| BioSwissProt & | |||
| ) | [friend] |
| BioMultipleSwissProt operator+ | ( | BioSwissProt & | , |
| BioSwissProt & | |||
| ) | [friend] |
| BioMultipleSwissProt operator+= | ( | BioMultipleSwissProt & | , |
| BioSwissProt | |||
| ) | [friend] |