#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.
| zypp::ChangelogEntry::ChangelogEntry | ( | const Date & | d, | |
| const std::string & | a, | |||
| const std::string & | t | |||
| ) | [inline] |
| zypp::ChangelogEntry::~ChangelogEntry | ( | ) | [inline] |
| Date zypp::ChangelogEntry::date | ( | ) | const [inline] |
| std::string zypp::ChangelogEntry::author | ( | ) | const [inline] |
| std::string zypp::ChangelogEntry::text | ( | ) | const [inline] |
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const ChangelogEntry & | obj | |||
| ) | [related] |
Date zypp::ChangelogEntry::_date [private] |
std::string zypp::ChangelogEntry::_author [private] |
std::string zypp::ChangelogEntry::_text [private] |
1.5.3