Go to the documentation of this file.
12 #ifndef ZYPP_MEDIA_MEDIAMANAGER_H
13 #define ZYPP_MEDIA_MEDIAMANAGER_H
17 #include <zypp/APIConfig.h>
68 virtual std::string
info()
const;
97 std::string
info()
const override;
754 const ByteCount &expectedFileSize)
const;
800 std::list<std::string> &retlist,
802 bool dots =
true)
const;
811 bool dots =
true)
const;
830 std::vector<std::string> & devices,
831 unsigned int & index)
const;
849 static std::vector<MountEntry>
863 bool mtab=
true)
const;
919 #endif // ZYPP_MEDIA_MEDIAMANAGER_H
Store and operate with byte count.
Wrapper for const correct access via Smart pointer types.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Easy-to use interface to the ZYPP dependency resolver.
std::list< DirEntry > DirContent
Returned by readdir.
A "struct mntent" like mount entry structure, but using std::strings.