Class for collecting and managing cite keys from the user provided bib files.
More...
#include <BibTexHelper.h>
|
void | clear () |
| Empties all of the cite keys that are currently in the BibTexHelper.
|
|
void | checkCiteKey (const std::string &file, const std::string &citekey) |
| Checks to see if a cite key belongs to a give bib file.
|
|
|
static BibTexHelper & | instance () |
| Static function to get the instance of the singleton instance.
|
|
|
class | NetworkParser |
| the NetworkParser is a friend so that it can call private functions
|
|
Class for collecting and managing cite keys from the user provided bib files.
◆ checkCiteKey()
void prism::BibTexHelper::checkCiteKey |
( |
const std::string & | file, |
|
|
const std::string & | citekey ) |
Checks to see if a cite key belongs to a give bib file.
- Parameters
-
file | bib file that is being checked |
citekey | the citekey you want to check to see if it exists |
The documentation for this class was generated from the following files:
- /Users/graysongall/projects/prism/include/prism/BibTexHelper.h
- /Users/graysongall/projects/prism/src/BibTexHelper.C