zypp::media::MediaSource Class Reference

Media source internally used by MediaManager and MediaHandler. More...

#include <MediaSource.h>

List of all members.

Public Member Functions

 MediaSource (const std::string &_type, const std::string &_name, unsigned int _maj=0, unsigned int _min=0, const std::string &_bdir=std::string(), bool _own=true)
 MediaSource ()
virtual ~MediaSource ()
virtual bool equals (const MediaSource &src) const
 Check if the both sources are equal.
virtual std::string asString () const
 Return media source as string for debuging purposes.

Public Attributes

unsigned int maj_nr
 A major number if source is a device.
unsigned int min_nr
 A minor number if source is a device.
std::string type
 A media handler specific source type.
std::string name
 A media handler specific source name.
std::string bdir
 Directory, the media may be bound to.
bool iown
 True, if mounted by media manager.

Related Functions

(Note that these are not member functions.)

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


Detailed Description

Media source internally used by MediaManager and MediaHandler.

Definition at line 36 of file MediaSource.h.


Constructor & Destructor Documentation

zypp::media::MediaSource::MediaSource ( const std::string &  _type,
const std::string &  _name,
unsigned int  _maj = 0,
unsigned int  _min = 0,
const std::string &  _bdir = std::string(),
bool  _own = true 
) [inline]

Definition at line 39 of file MediaSource.h.

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

Definition at line 50 of file MediaSource.h.

virtual zypp::media::MediaSource::~MediaSource (  )  [inline, virtual]

Definition at line 56 of file MediaSource.h.


Member Function Documentation

virtual bool zypp::media::MediaSource::equals ( const MediaSource src  )  const [inline, virtual]

Check if the both sources are equal.

Definition at line 62 of file MediaSource.h.

References maj_nr, min_nr, name, and type.

Referenced by zypp::media::MediaCD::attachTo().

virtual std::string zypp::media::MediaSource::asString (  )  const [inline, virtual]

Return media source as string for debuging purposes.

Definition at line 78 of file MediaSource.h.

References maj_nr, min_nr, name, zypp::str::numstring(), and type.

Referenced by operator<<().


Friends And Related Function Documentation

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

Stream output

Definition at line 98 of file MediaSource.h.

References asString().


Member Data Documentation

A major number if source is a device.

Definition at line 89 of file MediaSource.h.

Referenced by asString(), zypp::media::MediaCD::attachTo(), and equals().

A minor number if source is a device.

Definition at line 90 of file MediaSource.h.

Referenced by asString(), zypp::media::MediaCD::attachTo(), and equals().

A media handler specific source type.

Definition at line 91 of file MediaSource.h.

Referenced by asString(), and equals().

A media handler specific source name.

Definition at line 92 of file MediaSource.h.

Referenced by asString(), zypp::media::MediaCD::attachTo(), and equals().

Directory, the media may be bound to.

Definition at line 93 of file MediaSource.h.

True, if mounted by media manager.

Definition at line 94 of file MediaSource.h.


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

doxygen