zypp::ChangelogEntry Class Reference

Single entry in a change log. More...

#include <Changelog.h>

List of all members.

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)


Detailed Description

Single entry in a change log.

Definition at line 30 of file Changelog.h.


Constructor & Destructor Documentation

zypp::ChangelogEntry::ChangelogEntry const Date d,
const std::string &  a,
const std::string &  t
[inline]
 

Default ctor.

Definition at line 34 of file Changelog.h.

zypp::ChangelogEntry::~ChangelogEntry  )  [inline]
 

Dtor.

Definition at line 40 of file Changelog.h.


Member Function Documentation

Date zypp::ChangelogEntry::date  )  const [inline]
 

Definition at line 42 of file Changelog.h.

References _date.

Referenced by operator<<().

std::string zypp::ChangelogEntry::author  )  const [inline]
 

Definition at line 43 of file Changelog.h.

References _author.

Referenced by operator<<().

std::string zypp::ChangelogEntry::text  )  const [inline]
 

Definition at line 44 of file Changelog.h.

References _text.

Referenced by operator<<().


Friends And Related Function Documentation

std::ostream & operator<< std::ostream &  out,
const ChangelogEntry obj
[related]
 

Definition at line 23 of file Changelog.cc.

References author(), date(), and text().


Member Data Documentation

Date zypp::ChangelogEntry::_date [private]
 

Definition at line 47 of file Changelog.h.

Referenced by date().

std::string zypp::ChangelogEntry::_author [private]
 

Definition at line 48 of file Changelog.h.

Referenced by author().

std::string zypp::ChangelogEntry::_text [private]
 

Definition at line 49 of file Changelog.h.

Referenced by text().


The documentation for this class was generated from the following files:
Generated on Thu Jul 6 00:07:30 2006 for zypp by  doxygen 1.4.6