bibtex2bibtex::BibtexEntry Class Reference

#include <BibtexEntry.h>

List of all members.

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


Detailed Description

Definition at line 34 of file BibtexEntry.h.


Constructor & Destructor Documentation

bibtex2bibtex::BibtexEntry::BibtexEntry ( void   )  [inline]

Definition at line 40 of file BibtexEntry.h.

References text.

bibtex2bibtex::BibtexEntry::BibtexEntry ( std::string  textstring  )  [inline]

Definition at line 42 of file BibtexEntry.h.

References text.

virtual bibtex2bibtex::BibtexEntry::~BibtexEntry ( void   )  [inline, virtual]

Definition at line 44 of file BibtexEntry.h.


Member Function Documentation

std::string BibtexEntry::coworkers ( void   ) 

Definition at line 1054 of file bibtex2bibtex.cc.

References field().

std::string BibtexEntry::key ( void   ) 

Definition at line 1109 of file bibtex2bibtex.cc.

References text.

void BibtexEntry::key ( std::string  key  ) 

Definition at line 1136 of file bibtex2bibtex.cc.

References text.

std::string BibtexEntry::source ( void   ) 

Definition at line 1029 of file bibtex2bibtex.cc.

References field().

std::string BibtexEntry::authors ( void   ) 

Definition at line 1034 of file bibtex2bibtex.cc.

References field().

std::string BibtexEntry::year ( void   ) 

Definition at line 1039 of file bibtex2bibtex.cc.

References field().

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  ) 

Definition at line 1024 of file bibtex2bibtex.cc.

References text.

std::string BibtexEntry::field ( std::string  label  ) 

Definition at line 1059 of file bibtex2bibtex.cc.

References text.


Member Data Documentation

std::string bibtex2bibtex::BibtexEntry::text [protected]

Definition at line 37 of file BibtexEntry.h.


The documentation for this class was generated from the following files:
Generated on Tue Mar 24 21:01:35 2009 for bibtex2bibtex by  doxygen 1.5.3