12 #ifndef zypp_source_yum_RepoindexFileReader_H 13 #define zypp_source_yum_RepoindexFileReader_H 18 #include <zypp-core/base/InputStream>
Reads through a repoindex.xml file and collects repositories.
function< bool(const RepoInfo &)> ProcessResource
Callback definition.
RepoindexFileReader(Pathname repoindexFile, ProcessResource callback)
CTOR.
~RepoindexFileReader()
DTOR.
Wrapper for const correct access via Smart pointer types.
Date::Duration ttl() const
Metadata TTL (repoindex.xml:xpath:/repoindex or 0).
Easy-to use interface to the ZYPP dependency resolver.
RW_pointer< Impl, rw_pointer::Scoped< Impl > > _pimpl
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.