#include <WoSentry.h>
Public Member Functions | |
WoSentry () | |
WoSentry (std::string) | |
virtual | ~WoSentry () |
virtual WoSentry & | operator<< (const std::string) |
virtual void | print (void) const |
virtual void | deconstruct (void) |
virtual std::ofstream & | output (std::ofstream &) |
void | format_authors (void) |
Protected Attributes | |
std::string | text |
std::string | title |
std::string | begin_page |
std::string | end_page |
std::string | printing_year |
std::string | authors |
std::string | key |
Definition at line 33 of file WoSentry.h.
WoStransform::WoSentry::WoSentry | ( | void | ) | [inline] |
WoStransform::WoSentry::WoSentry | ( | std::string | textstring | ) | [inline] |
WoStransform::WoSentry::~WoSentry | ( | void | ) | [inline, virtual] |
Definition at line 71 of file WoSentry.h.
WoSentry & WoStransform::WoSentry::operator<< | ( | const std::string | newstring | ) | [inline, virtual] |
Reimplemented in WoStransform::JournalWoSentry, and WoStransform::BookinseriesWoSentry.
Definition at line 73 of file WoSentry.h.
References text.
void WoStransform::WoSentry::print | ( | void | ) | const [inline, virtual] |
void WoStransform::WoSentry::deconstruct | ( | void | ) | [virtual] |
Reimplemented in WoStransform::JournalWoSentry, and WoStransform::BookinseriesWoSentry.
Definition at line 79 of file WoSentry.h.
std::ofstream & WoStransform::WoSentry::output | ( | std::ofstream & | ) | [virtual] |
Reimplemented in WoStransform::JournalWoSentry, and WoStransform::BookinseriesWoSentry.
Definition at line 81 of file WoSentry.h.
void WoSentry::format_authors | ( | void | ) |
std::string WoStransform::WoSentry::text [protected] |
Definition at line 36 of file WoSentry.h.
std::string WoStransform::WoSentry::title [protected] |
Definition at line 38 of file WoSentry.h.
std::string WoStransform::WoSentry::begin_page [protected] |
Definition at line 39 of file WoSentry.h.
std::string WoStransform::WoSentry::end_page [protected] |
Definition at line 40 of file WoSentry.h.
std::string WoStransform::WoSentry::printing_year [protected] |
Definition at line 41 of file WoSentry.h.
std::string WoStransform::WoSentry::authors [protected] |
Definition at line 42 of file WoSentry.h.
std::string WoStransform::WoSentry::key [protected] |
Definition at line 44 of file WoSentry.h.