BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioPubmedSingleAid.h>
Public Member Functions | |
BioPubmedSingleAid () | |
BioPubmedSingleAid (const string &) | |
void | setAid (string &) |
string | getAid () |
void | showAid (ostream &=cout) |
bool | findAid (const string &) |
Friends | |
bool | operator> (const BioPubmedSingleAid &, const BioPubmedSingleAid &) |
bool | operator< (const BioPubmedSingleAid &, const BioPubmedSingleAid &) |
bool | operator== (const BioPubmedSingleAid &, const BioPubmedSingleAid &) |
BioPubmedSingleAid::BioPubmedSingleAid | ( | const string & | ) |
bool BioPubmedSingleAid::findAid | ( | const string & | ) |
string BioPubmedSingleAid::getAid | ( | ) |
void BioPubmedSingleAid::setAid | ( | string & | ) |
void BioPubmedSingleAid::showAid | ( | ostream & | = cout | ) |
bool operator< | ( | const BioPubmedSingleAid & | , |
const BioPubmedSingleAid & | |||
) | [friend] |
bool operator== | ( | const BioPubmedSingleAid & | , |
const BioPubmedSingleAid & | |||
) | [friend] |
bool operator> | ( | const BioPubmedSingleAid & | , |
const BioPubmedSingleAid & | |||
) | [friend] |