libzypp 17.38.7
Changelog.h File Reference
#include <string>
#include <list>
#include <utility>
#include <zypp-core/Globals.h>
#include <zypp-core/Date.h>

Go to the source code of this file.

Classes

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

Namespaces

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

Typedefs

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

Functions

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