BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioEmblSingleDr.h>
Public Member Functions | |
BioEmblSingleDr () | |
BioEmblSingleDr (const string &) | |
void | setSingleDr (const string &) |
string | getDataBaseName () |
string | getPrimaryIdentifier () |
string | getSecondaryIdentifier () |
void | showSingleDr (ostream &=cout) |
bool | findSingleDr (const string &) |
Friends | |
bool | operator< (const BioEmblSingleDr &, const BioEmblSingleDr &) |
bool | operator> (const BioEmblSingleDr &, const BioEmblSingleDr &) |
bool | operator== (const BioEmblSingleDr &, const BioEmblSingleDr &) |
BioEmblSingleDr::BioEmblSingleDr | ( | const string & | ) |
bool BioEmblSingleDr::findSingleDr | ( | const string & | ) |
string BioEmblSingleDr::getDataBaseName | ( | ) |
string BioEmblSingleDr::getPrimaryIdentifier | ( | ) |
string BioEmblSingleDr::getSecondaryIdentifier | ( | ) |
void BioEmblSingleDr::setSingleDr | ( | const string & | ) |
void BioEmblSingleDr::showSingleDr | ( | ostream & | = cout | ) |
bool operator< | ( | const BioEmblSingleDr & | , |
const BioEmblSingleDr & | |||
) | [friend] |
bool operator== | ( | const BioEmblSingleDr & | , |
const BioEmblSingleDr & | |||
) | [friend] |
bool operator> | ( | const BioEmblSingleDr & | , |
const BioEmblSingleDr & | |||
) | [friend] |