#include <vref.h>

Public Member Functions | |
| Inpress (const string &austr, const string &tit, const string &jn) | |
| Inpress (const string &austr, const string &tit, const string &jn, int yr) | |
| void | toAce (ostream &ou) const |
| toAce() from different classes ///////////////////////// | |
| string | makeKey () const |
| void | setPubmed (int pm) |
| int | getPubmed () const |
Private Attributes | |
| string | name |
| int | pubmed |
| Inpress::Inpress | ( | const string & | austr, | |
| const string & | tit, | |||
| const string & | jn | |||
| ) | [inline] |
| Inpress::Inpress | ( | const string & | austr, | |
| const string & | tit, | |||
| const string & | jn, | |||
| int | yr | |||
| ) | [inline] |
| void Inpress::toAce | ( | ostream & | ou | ) | const [virtual] |
toAce() from different classes /////////////////////////
Reimplemented from Refwithty.
References name, and Refwithty::toAce().
| string Inpress::makeKey | ( | ) | const [inline, virtual] |
at most first 5 authors + title + year as string
Reimplemented from Refwithty.
References Refwithty::makeKey(), and name.
| void Inpress::setPubmed | ( | int | pm | ) | [inline] |
References pubmed.
| int Inpress::getPubmed | ( | ) | const [inline] |
References pubmed.
string Inpress::name [private] |
int Inpress::pubmed [private] |
Referenced by getPubmed(), and setPubmed().
1.5.6