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