#include <WoSentry.h>
Public Member Functions | |
JournalWoSentry () | |
JournalWoSentry (std::string) | |
~JournalWoSentry () | |
JournalWoSentry & | operator<< (const std::string) |
void | deconstruct (void) |
std::ofstream & | output (std::ofstream &) |
Private Attributes | |
std::string | journal |
std::string | volume |
Definition at line 85 of file WoSentry.h.
WoStransform::JournalWoSentry::JournalWoSentry | ( | void | ) | [inline] |
WoStransform::JournalWoSentry::JournalWoSentry | ( | std::string | textstring | ) | [inline] |
Definition at line 110 of file WoSentry.h.
WoStransform::JournalWoSentry::~JournalWoSentry | ( | void | ) | [inline] |
Definition at line 113 of file WoSentry.h.
JournalWoSentry & WoStransform::JournalWoSentry::operator<< | ( | const std::string | newstring | ) | [inline, virtual] |
Reimplemented from WoStransform::WoSentry.
Definition at line 116 of file WoSentry.h.
References WoStransform::WoSentry::text.
void JournalWoSentry::deconstruct | ( | void | ) | [virtual] |
Reimplemented from WoStransform::WoSentry.
Definition at line 258 of file WoStransform.cc.
References WoStransform::WoSentry::authors, WoStransform::WoSentry::begin_page, WoStransform::WoSentry::end_page, journal, WoStransform::WoSentry::printing_year, WoStransform::WoSentry::text, WoStransform::WoSentry::title, and volume.
std::ofstream & JournalWoSentry::output | ( | std::ofstream & | outstream | ) | [virtual] |
Reimplemented from WoStransform::WoSentry.
Definition at line 381 of file WoStransform.cc.
References WoStransform::WoSentry::authors, WoStransform::WoSentry::begin_page, WoStransform::WoSentry::end_page, journal, WoStransform::WoSentry::key, WoStransform::WoSentry::printing_year, WoStransform::WoSentry::title, and volume.
std::string WoStransform::JournalWoSentry::journal [private] |
Definition at line 88 of file WoSentry.h.
std::string WoStransform::JournalWoSentry::volume [private] |
Definition at line 89 of file WoSentry.h.