12#ifndef ZYPP_MEDIA_MEDIAMANAGER_H 
   13#define ZYPP_MEDIA_MEDIAMANAGER_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;
 
 
Store and operate with byte count.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
std::list< DirEntry > DirContent
Returned by readdir.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Wrapper for const correct access via Smart pointer types.
A "struct mntent" like mount entry structure, but using std::strings.
Provides API related macros.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....