libzypp  17.38.7
MediaSource.h File Reference
#include <iosfwd>
#include <utility>
#include <zypp-core/Pathname.h>
#include <zypp-core/base/String.h>
#include <zypp-core/base/PtrTypes.h>
Include dependency graph for MediaSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::media::MediaSource
 Media source internally used by MediaManager and MediaHandler. More...
 
class  zypp::media::AttachPoint
 Attach point of a media source. More...
 
struct  zypp::media::AttachedMedia
 A simple structure containing references to a media source and its attach point. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::media
 

Typedefs

using zypp::media::MediaAccessId = unsigned int
 Media manager access Id type. More...
 
using zypp::media::MediaSourceRef = zypp::RW_pointer< MediaSource >
 
using zypp::media::AttachPointRef = zypp::RW_pointer< AttachPoint >
 

Functions

std::ostream & zypp::media::operator<< (std::ostream &str, const MediaSource &obj)
 relates: MediaSource Stream output More...
 
std::ostream & zypp::media::operator<< (std::ostream &str, const AttachPoint &obj)
 relates: AttachPoint Stream output More...
 
std::ostream & zypp::media::operator<< (std::ostream &str, const AttachedMedia &obj)
 relates: AttachedMedia Stream output More...