|
ISLEman
|
Cite database access class. More...
#include <cite.h>
Public Member Functions | |
| CiteDict (int size) | |
| Create the database, with an expected maximum of size entries. | |
| void | insert (const char *label) |
| Resolve references to citations. More... | |
| CiteInfo * | find (const char *label) const |
| Return the citation info for a given label. | |
| void | generatePage () const |
| Generate the citations page. | |
| void | clear () |
| clears the database | |
| bool | isEmpty () const |
| return TRUE if there are no citations. More... | |
| void | writeLatexBibliography (FTextStream &t) |
| writes the latex code for the standard bibliography section to text stream t | |
Cite database access class.
This class provides access do the database of bibliographic references through the bibtex backend.
| void CiteDict::insert | ( | const char * | label | ) |
Resolve references to citations.
Insert a citation identified by label into the database
| bool CiteDict::isEmpty | ( | ) | const |
return TRUE if there are no citations.
Only valid after calling resolve()
1.8.12