#include <Changelog.h>
Public Member Functions | |
ChangelogEntry (const Date &d, const std::string &a, const std::string &t) | |
Default ctor. | |
~ChangelogEntry () | |
Dtor. | |
Date | date () const |
std::string | author () const |
std::string | text () const |
Private Attributes | |
Date | _date |
std::string | _author |
std::string | _text |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &out, const ChangelogEntry &obj) |
Definition at line 30 of file Changelog.h.
|
Default ctor.
Definition at line 34 of file Changelog.h. |
|
Dtor.
Definition at line 40 of file Changelog.h. |
|
Definition at line 42 of file Changelog.h. References _date. Referenced by operator<<(). |
|
Definition at line 43 of file Changelog.h. References _author. Referenced by operator<<(). |
|
Definition at line 44 of file Changelog.h. References _text. Referenced by operator<<(). |
|
Definition at line 23 of file Changelog.cc. |
|
Definition at line 47 of file Changelog.h. Referenced by date(). |
|
Definition at line 48 of file Changelog.h. Referenced by author(). |
|
Definition at line 49 of file Changelog.h. Referenced by text(). |