#include <vref.h>

Public Member Functions | |
| Refwithty (const Refwithty &ref) | |
| Refwithty & | operator= (const Refwithty &ref) |
| Refwithty (const string &austr, const string &tit, int yr) | |
| Refwithty (const string &austr, const string &tit) | |
| void | toAce (ostream &ou) const |
| toAce() from different classes ///////////////////////// | |
| string | makeKey () const |
Protected Attributes | |
| string | title |
| int | year |
| Refwithty::Refwithty | ( | const string & | austr, | |
| const string & | tit, | |||
| int | yr | |||
| ) | [inline] |
| Refwithty::Refwithty | ( | const string & | austr, | |
| const string & | tit | |||
| ) | [inline] |
| void Refwithty::toAce | ( | ostream & | ou | ) | const [virtual] |
toAce() from different classes /////////////////////////
Reimplemented from Ref.
Reimplemented in Inpress, Journal, Book, and Thesis.
References title, Ref::toAce(), and year.
Referenced by Thesis::toAce(), Inpress::toAce(), Book::toAce(), and Journal::toAce().
| string Refwithty::makeKey | ( | ) | const [virtual] |
at most first 5 authors + title + year as string
Reimplemented from Ref.
Reimplemented in Inpress, Journal, Book, and Thesis.
References Ref::authors, itos(), title, and year.
Referenced by Unpublished::makekey(), Inpress::makeKey(), and Thesis::makeKey().
string Refwithty::title [protected] |
Referenced by makeKey(), operator=(), Refwithty(), and toAce().
int Refwithty::year [protected] |
Referenced by Book::Book(), Journal::Journal(), Book::makeKey(), Journal::makeKey(), makeKey(), operator=(), Refwithty(), and toAce().
1.5.6