libzypp  17.38.7
Changelog.h File Reference
#include <string>
#include <list>
#include <utility>
#include <zypp-core/Globals.h>
#include <zypp-core/Date.h>
Include dependency graph for Changelog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::ChangelogEntry
 Single entry in a change log. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 

Typedefs

using zypp::Changelog = std::list< ChangelogEntry >
 List of ChangelogEntry. More...
 

Functions

std::ostream & zypp::operator<< (std::ostream &out, const ChangelogEntry &obj)
 relates: ChangelogEntry More...