#include <MediaSource.h>
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. |
Definition at line 98 of file MediaSource.h.
|
Definition at line 101 of file MediaSource.h. |
|
Definition at line 107 of file MediaSource.h. References zypp::filesystem::Pathname::empty(), and path. |
|
The path name (mount point).
Definition at line 109 of file MediaSource.h. Referenced by zypp::media::MediaHandler::attach(), zypp::media::MediaHandler::attachPointHint(), and empty(). |
|
If it was created temporary.
Definition at line 110 of file MediaSource.h. Referenced by zypp::media::MediaHandler::attach(), and zypp::media::MediaHandler::attachPointHint(). |