libzypp
10.5.0
|
Represents an available product in media. More...
#include <MediaProducts.h>
Public Member Functions | |
MediaProductEntry (const Pathname &dir_r="/", const std::string &name_r=std::string()) | |
Ctor. | |
bool | operator< (const MediaProductEntry &rhs) const |
Public Attributes | |
Pathname | _dir |
std::string | _name |
Represents an available product in media.
Definition at line 30 of file MediaProducts.h.
zypp::MediaProductEntry::MediaProductEntry | ( | const Pathname & | dir_r = "/" , |
const std::string & | name_r = std::string() |
||
) | [inline] |
Ctor.
Definition at line 38 of file MediaProducts.h.
bool zypp::MediaProductEntry::operator< | ( | const MediaProductEntry & | rhs | ) | const [inline] |
Definition at line 43 of file MediaProducts.h.
Pathname zypp::MediaProductEntry::_dir |
Definition at line 32 of file MediaProducts.h.
std::string zypp::MediaProductEntry::_name |
Definition at line 33 of file MediaProducts.h.