#include <Bibliography.h>
Public Types | |
enum | Mode { NORMAL = 0, ROSWIKI = 1, BIBTEX = 2 } |
Public Member Functions | |
CurrentBibliography (Mode mode=NORMAL) | |
void | dump (std::ostream &os) const |
Public Attributes | |
StringVector | entries |
BibIndices | indices |
enum PointMatcherSupport::CurrentBibliography::Mode | mode |
Private Member Functions | |
void | dumpBibtex (std::ostream &os) const |
void | dumpText (std::ostream &os) const |
void | dumpWiki (std::ostream &os) const |
Definition at line 51 of file Bibliography.h.
Definition at line 53 of file Bibliography.h.
Definition at line 170 of file Bibliography.cpp.
void PointMatcherSupport::CurrentBibliography::dump | ( | std::ostream & | os | ) | const |
Definition at line 174 of file Bibliography.cpp.
void PointMatcherSupport::CurrentBibliography::dumpBibtex | ( | std::ostream & | os | ) | const [private] |
Definition at line 243 of file Bibliography.cpp.
void PointMatcherSupport::CurrentBibliography::dumpText | ( | std::ostream & | os | ) | const [private] |
Definition at line 185 of file Bibliography.cpp.
void PointMatcherSupport::CurrentBibliography::dumpWiki | ( | std::ostream & | os | ) | const [private] |
Definition at line 212 of file Bibliography.cpp.
Definition at line 60 of file Bibliography.h.
Definition at line 59 of file Bibliography.h.