ISLEman
Public Member Functions | List of all members
CiteDict Class Reference

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...
 
CiteInfofind (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
 

Detailed Description

Cite database access class.

This class provides access do the database of bibliographic references through the bibtex backend.

Member Function Documentation

§ insert()

void CiteDict::insert ( const char *  label)

Resolve references to citations.

Insert a citation identified by label into the database

§ isEmpty()

bool CiteDict::isEmpty ( ) const

return TRUE if there are no citations.

Only valid after calling resolve()


The documentation for this class was generated from the following files: