10#ifndef ZYPP_MediaSetAccess_H
11#define ZYPP_MediaSetAccess_H
25#include <zypp-core/OnMediaLocation>
124 const std::string &
label()
const;
129 void setLabel(
const std::string & label_r );
151 void precacheFiles(
const std::vector<OnMediaLocation> &files);
333 bool dots =
true,
unsigned media_nr = 1 );
381 std::ostream &
dumpOn( std::ostream &
str )
const override;
Manages a data source characterized by an authoritative URL and a list of mirror URLs.
Base class for reference counted objects.
String related utilities and Regular expression matching.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
std::list< DirEntry > DirContent
Returned by readdir.
Easy-to use interface to the ZYPP dependency resolver.
AutoDispose< const Pathname > ManagedFile
A Pathname plus associated cleanup code to be executed when path is no longer needed.
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....
#define ZYPP_DECLARE_OPERATORS_FOR_FLAGS(Name)
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.