#include <BibtexEntry.h>
Public Member Functions | |
BibtexEntry (void) | |
BibtexEntry (std::string textstring) | |
virtual | ~BibtexEntry (void) |
std::string | coworkers (void) |
std::string | key (void) |
void | key (std::string) |
std::string | source (void) |
std::string | authors (void) |
std::string | year (void) |
std::string | copy (void) |
std::ofstream & | output (std::ofstream &) |
std::string | field (std::string) |
Protected Attributes | |
std::string | text |
Definition at line 34 of file BibtexEntry.h.
bibtex2bibtex::BibtexEntry::BibtexEntry | ( | void | ) | [inline] |
bibtex2bibtex::BibtexEntry::BibtexEntry | ( | std::string | textstring | ) | [inline] |
virtual bibtex2bibtex::BibtexEntry::~BibtexEntry | ( | void | ) | [inline, virtual] |
Definition at line 44 of file BibtexEntry.h.
std::string BibtexEntry::coworkers | ( | void | ) |
std::string BibtexEntry::key | ( | void | ) |
void BibtexEntry::key | ( | std::string | key | ) |
std::string BibtexEntry::source | ( | void | ) |
std::string BibtexEntry::authors | ( | void | ) |
std::string BibtexEntry::year | ( | void | ) |
std::string BibtexEntry::copy | ( | void | ) |
extract the copy field from the entry `copy' is not a standard field in BibTeX entries the copy field is defined as containing "copy={" is all blanks are removed
Definition at line 1049 of file bibtex2bibtex.cc.
References field().
std::ofstream & BibtexEntry::output | ( | std::ofstream & | outputfile | ) |
std::string BibtexEntry::field | ( | std::string | label | ) |
std::string bibtex2bibtex::BibtexEntry::text [protected] |
Definition at line 37 of file BibtexEntry.h.