#include <iosfwd>
#include <string>
#include <list>
#include "zypp/Pathname.h"
#include "zypp/PathInfo.h"
#include "zypp/base/PtrTypes.h"
#include "zypp/Url.h"
#include "zypp/media/MediaSource.h"
#include "zypp/media/MediaException.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::media |
Classes | |
class | zypp::media::MediaHandler |
Abstract base class for 'physical' MediaHandler like MediaCD, etc. More... | |
Defines | |
#define | MEDIA_HANDLER_API |
Definition in file MediaHandler.h.
|
Value: protected: \ virtual void attachTo (bool next = false); \ virtual void releaseFrom( bool eject ); \ virtual void getFile( const Pathname & filename ) const; \ virtual void getDir( const Pathname & dirname, bool recurse_r ) const; \ virtual void getDirInfo( std::list<std::string> & retlist, \ const Pathname & dirname, bool dots = true ) const; \ virtual void getDirInfo( filesystem::DirContent & retlist, \ const Pathname & dirname, bool dots = true ) const; Definition at line 663 of file MediaHandler.h. |