PRISM
 v0.0.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Friends | List of all members
prism::BibTexHelper Class Reference

Class for collecting and managing cite keys from the user provided bib files. More...

#include <BibTexHelper.h>

Public Member Functions

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 Public Member Functions

static BibTexHelperinstance ()
 Static function to get the instance of the singleton instance.
 

Friends

class NetworkParser
 the NetworkParser is a friend so that it can call private functions
 

Detailed Description

Class for collecting and managing cite keys from the user provided bib files.

Member Function Documentation

◆ 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
filebib file that is being checked
citekeythe citekey you want to check to see if it exists

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