zypp::media::AttachPoint Class Reference

Attach point of a media source. More...

#include <MediaSource.h>

List of all members.

Public Member Functions

 AttachPoint (const Pathname &_path=Pathname(), bool _temp=true)
bool empty () const

Public Attributes

Pathname path
 The path name (mount point).
bool temp
 If it was created temporary.

Related Functions

(Note that these are not member functions.)

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


Detailed Description

Attach point of a media source.

Definition at line 105 of file MediaSource.h.


Constructor & Destructor Documentation

zypp::media::AttachPoint::AttachPoint ( const Pathname &  _path = Pathname(),
bool  _temp = true 
) [inline]

Definition at line 108 of file MediaSource.h.


Member Function Documentation

bool zypp::media::AttachPoint::empty (  )  const [inline]

Definition at line 114 of file MediaSource.h.

References path.


Friends And Related Function Documentation

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

Stream output

Definition at line 18 of file MediaSource.cc.


Member Data Documentation

The path name (mount point).

Definition at line 116 of file MediaSource.h.

Referenced by zypp::media::MediaHandler::attach(), zypp::media::MediaHandler::attachPointHint(), empty(), and zypp::media::operator<<().

If it was created temporary.

Definition at line 117 of file MediaSource.h.

Referenced by zypp::media::MediaHandler::attach(), zypp::media::MediaHandler::attachPointHint(), and zypp::media::operator<<().


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

doxygen