BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioMultipleFasta.h>
Public Member Functions | |
BioMultipleFasta () | |
BioMultipleFasta (const string &) | |
BioMultipleFasta (vector< BioFasta >) | |
~BioMultipleFasta () | |
long | getNumberOfEntries () |
BioFasta | getEntry (unsigned long) |
bool | find (unsigned long i, const string &) |
void | pushEntry (BioFasta bf) |
void | showInMultipleFasta (ostream &=cout) |
BioMultipleFasta | getUniqueEntries () |
long | getNumberOfUniqueEntries () |
void | removeEntry (unsigned long x) |
void | replaceEntry (unsigned long x, BioFasta bf) |
Friends | |
BioMultipleFasta | operator+= (BioMultipleFasta &, BioFasta) |
BioMultipleFasta | operator+ (BioMultipleFasta, BioFasta &) |
BioMultipleFasta | operator+ (BioFasta &, BioFasta &) |
BioMultipleFasta::BioMultipleFasta | ( | const string & | ) |
BioMultipleFasta::BioMultipleFasta | ( | vector< BioFasta > | ) |
bool BioMultipleFasta::find | ( | unsigned long | i, |
const string & | |||
) |
BioFasta BioMultipleFasta::getEntry | ( | unsigned | long | ) |
long BioMultipleFasta::getNumberOfEntries | ( | ) |
void BioMultipleFasta::pushEntry | ( | BioFasta | bf | ) |
void BioMultipleFasta::removeEntry | ( | unsigned long | x | ) |
void BioMultipleFasta::replaceEntry | ( | unsigned long | x, |
BioFasta | bf | ||
) |
void BioMultipleFasta::showInMultipleFasta | ( | ostream & | = cout | ) |
BioMultipleFasta operator+ | ( | BioMultipleFasta | , |
BioFasta & | |||
) | [friend] |
BioMultipleFasta operator+ | ( | BioFasta & | , |
BioFasta & | |||
) | [friend] |
BioMultipleFasta operator+= | ( | BioMultipleFasta & | , |
BioFasta | |||
) | [friend] |