Single entry in a change log.
More...
#include <Changelog.h>
Single entry in a change log.
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 |
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 |
The documentation for this class was generated from the following files: