BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioPubmedSinglePt.h>
Public Member Functions | |
BioPubmedSinglePt () | |
BioPubmedSinglePt (const string &) | |
void | setPt (string &) |
string | getPt () |
void | showPt (ostream &=cout) |
bool | findPt (const string &) |
Friends | |
bool | operator> (const BioPubmedSinglePt &, const BioPubmedSinglePt &) |
bool | operator< (const BioPubmedSinglePt &, const BioPubmedSinglePt &) |
bool | operator== (const BioPubmedSinglePt &, const BioPubmedSinglePt &) |
BioPubmedSinglePt::BioPubmedSinglePt | ( | const string & | ) |
bool BioPubmedSinglePt::findPt | ( | const string & | ) |
string BioPubmedSinglePt::getPt | ( | ) |
void BioPubmedSinglePt::setPt | ( | string & | ) |
void BioPubmedSinglePt::showPt | ( | ostream & | = cout | ) |
bool operator< | ( | const BioPubmedSinglePt & | , |
const BioPubmedSinglePt & | |||
) | [friend] |
bool operator== | ( | const BioPubmedSinglePt & | , |
const BioPubmedSinglePt & | |||
) | [friend] |
bool operator> | ( | const BioPubmedSinglePt & | , |
const BioPubmedSinglePt & | |||
) | [friend] |