12#ifndef zypp_source_yum_RepomdFileReader_H
13#define zypp_source_yum_RepomdFileReader_H
21#include <zypp-core/OnMediaLocation>
61 const std::set<std::string> & keywords()
const;
64 std::vector<std::pair<std::string,std::string>> keyhints()
const;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Reads through a repomd.xml file and collects type, location, checksum and other data about metadata f...
RW_pointer< Impl, rw_pointer::Scoped< Impl > > _pimpl
function< bool(OnMediaLocation &&, const std::string &)> ProcessResource
Callback taking OnMediaLocation and the resource type string.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Easy-to use interface to the ZYPP dependency resolver.