12#ifndef ZYPP_MEDIA_MEDIAMANAGER_H
13#define ZYPP_MEDIA_MEDIAMANAGER_H
16#include <zypp/base/NonCopyable.h>
17#include <zypp/base/PtrTypes.h>
18#include <zypp/Pathname.h>
19#include <zypp/PathInfo.h>
21#include <zypp-core/OnMediaLocation>
23#include <zypp-media/MediaException>
60 virtual std::string
info()
const;
89 std::string
info()
const override;
732 const ByteCount &expectedFileSize)
const;
804 std::list<std::string> &retlist,
806 bool dots =
true)
const;
815 bool dots =
true)
const;
834 std::vector<std::string> & devices,
835 unsigned int & index)
const;
853 const std::vector<OnMediaLocation> &files);
867 static std::vector<MountEntry>
881 bool mtab=
true)
const;
Provides API related macros.
Store and operate with byte count.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
std::list< DirEntry > DirContent
Returned by readdir.
Wrapper for const correct access via Smart pointer types.
A "struct mntent" like mount entry structure, but using std::strings.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....