libzypp 17.37.17
|
Attach point of a media source. More...
#include <zypp/media/MediaSource.h>
Public Member Functions | |
AttachPoint (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 Symbols | |
(Note that these are not member symbols.) | |
std::ostream & | operator<< (std::ostream &str, const AttachPoint &obj) |
Stream output. |
Attach point of a media source.
Definition at line 106 of file MediaSource.h.
Definition at line 109 of file MediaSource.h.
|
inline |
Definition at line 115 of file MediaSource.h.
|
Stream output.
Definition at line 18 of file MediaSource.cc.
Pathname zypp::media::AttachPoint::path |
The path name (mount point).
Definition at line 117 of file MediaSource.h.
bool zypp::media::AttachPoint::temp |
If it was created temporary.
Definition at line 118 of file MediaSource.h.