libzypp  10.5.0
zypp::media::AttachedMedia Struct Reference

A simple structure containing references to a media source and its attach point. More...

#include <MediaSource.h>

List of all members.

Public Member Functions

 AttachedMedia ()
 AttachedMedia (const MediaSourceRef &_mediaSource, const AttachPointRef &_attachPoint)

Public Attributes

MediaSourceRef mediaSource
AttachPointRef attachPoint

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const AttachedMedia &obj)

Detailed Description

A simple structure containing references to a media source and its attach point.

Definition at line 133 of file MediaSource.h.


Constructor & Destructor Documentation

zypp::media::AttachedMedia::AttachedMedia ( ) [inline]

Definition at line 135 of file MediaSource.h.

zypp::media::AttachedMedia::AttachedMedia ( const MediaSourceRef _mediaSource,
const AttachPointRef _attachPoint 
) [inline]

Definition at line 138 of file MediaSource.h.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  str,
const AttachedMedia obj 
) [related]

Stream output

Definition at line 23 of file MediaSource.cc.


Member Data Documentation


The documentation for this struct was generated from the following file: