Single entry in a change log.  
 More...
#include <zypp/Changelog.h>
Single entry in a change log. 
Definition at line 32 of file Changelog.h.
◆ ChangelogEntry()
  
  | 
        
          | zypp::ChangelogEntry::ChangelogEntry | ( | const Date & | d, |  
          |  |  | std::string | a, |  
          |  |  | std::string | t ) |  | inline | 
 
 
◆ ~ChangelogEntry()
  
  | 
        
          | zypp::ChangelogEntry::~ChangelogEntry | ( |  | ) |  |  | inline | 
 
 
◆ date()
  
  | 
        
          | Date zypp::ChangelogEntry::date | ( |  | ) | const |  | inline | 
 
 
◆ author()
  
  | 
        
          | std::string zypp::ChangelogEntry::author | ( |  | ) | const |  | inline | 
 
 
◆ text()
  
  | 
        
          | std::string zypp::ChangelogEntry::text | ( |  | ) | const |  | inline | 
 
 
◆ operator<<() [1/2]
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | out, |  
          |  |  | const ChangelogEntry & | obj ) |  | related | 
 
 
◆ operator<<() [2/2]
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | out, |  
          |  |  | const ChangelogEntry & | obj ) |  | related | 
 
 
◆ _date
  
  | 
        
          | Date zypp::ChangelogEntry::_date |  | private | 
 
 
◆ _author
  
  | 
        
          | std::string zypp::ChangelogEntry::_author |  | private | 
 
 
◆ _text
  
  | 
        
          | std::string zypp::ChangelogEntry::_text |  | private | 
 
 
The documentation for this class was generated from the following files: