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> 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;
398 #endif // ZYPP_SOURCE_MediaSetAccess_H
ZYPP_DECLARE_OPERATORS_FOR_FLAGS(DiskUsageCounter::MountPoint::HintFlags)
String related utilities and Regular expression matching.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
DEFINE_PTR_TYPE(Application)
std::list< DirEntry > DirContent
Returned by readdir.
Base class for reference counted objects.
Wrapper for const correct access via Smart pointer types.
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Easy-to use interface to the ZYPP dependency resolver.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3...