Go to the documentation of this file.
12 #ifndef zypp_source_yum_PatchesFileReader_H
13 #define zypp_source_yum_PatchesFileReader_H
Wrapper for const correct access via Smart pointer types.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
~PatchesFileReader()
DTOR.
Easy-to use interface to the ZYPP dependency resolver.
Iterates through a patches.xml file giving on each iteration a OnMediaLocation object with the resour...
RW_pointer< Impl, rw_pointer::Scoped< Impl > > _pimpl
function< bool(const OnMediaLocation &, const std::string &)> ProcessResource
Callback definition first parameter is a OnMediaLocation object with the resource second parameter is...
PatchesFileReader(const Pathname &patches_file, const ProcessResource &callback)
CTOR.