BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioPubmedPhst.h>
Public Member Functions | |
BioPubmedPhst () | |
BioPubmedPhst (const string &fn_) | |
void | showPhst (ostream &=cout) |
string | getPhst (int) |
int | getNumberOfPhsts () |
bool | findPhst (const string &) |
Protected Member Functions | |
void | setPhst (vector< string > &) |
BioPubmedPhst::BioPubmedPhst | ( | const string & | fn_ | ) |
bool BioPubmedPhst::findPhst | ( | const string & | ) |
int BioPubmedPhst::getNumberOfPhsts | ( | ) |
string BioPubmedPhst::getPhst | ( | int | ) |
void BioPubmedPhst::setPhst | ( | vector< string > & | ) | [protected] |
void BioPubmedPhst::showPhst | ( | ostream & | = cout | ) |