Go to the documentation of this file.
12 #ifndef ZYPP_MEDIA_MEDIADIR_H
13 #define ZYPP_MEDIA_MEDIADIR_H
32 virtual void attachTo (
bool next =
false)
override;
33 virtual void releaseFrom(
const std::string & ejectDev )
override;
35 virtual void getDir(
const Pathname & dirname,
bool recurse_r )
const override;
36 virtual void getDirInfo( std::list<std::string> & retlist,
37 const Pathname & dirname,
bool dots =
true )
const override;
39 const Pathname & dirname,
bool dots =
true )
const override;
45 const Pathname & attach_point_hint_r );
55 #endif // ZYPP_MEDIA_MEDIADIR_H
Store and operate with byte count.
Easy-to use interface to the ZYPP dependency resolver.
std::list< DirEntry > DirContent
Returned by readdir.