10#ifndef ZYPP_MediaSetAccess_H
11#define ZYPP_MediaSetAccess_H
16#include <zypp/base/Function.h>
18#include <zypp/base/ReferenceCounted.h>
19#include <zypp/base/NonCopyable.h>
20#include <zypp/base/Flags.h>
21#include <zypp/base/PtrTypes.h>
23#include <zypp/Pathname.h>
24#include <zypp/CheckSum.h>
25#include <zypp-core/OnMediaLocation>
26#include <zypp/ManagedFile.h>
134 void precacheFiles(
const std::vector<OnMediaLocation> &files);
316 bool dots =
true,
unsigned media_nr = 1 );
364 virtual std::ostream &
dumpOn( std::ostream &
str )
const;
380 typedef std::map<media::MediaNr, media::MediaAccessId>
MediaMap;
381 typedef std::map<media::MediaNr, media::MediaVerifierRef >
VerifierMap;
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.
Wrapper for const correct access via Smart pointer types.
#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.