libzypp 17.31.23
|
Data parsed from a media.1/media file. More...
Public Member Functions | |
SMVData (const Pathname &path_r) | |
operator bool () const | |
Validate object in a boolean context: valid. | |
bool | valid () const |
Data considered to be valid if we have vendor and ident. | |
bool | matches (const SMVData &rhs) const |
Whether rhs belongs to the same media set. | |
Public Attributes | |
std::string | _mediaVendor |
std::string | _mediaIdent |
media::MediaNr | _totalMedia = 0 |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &str, const SMVData &obj) |
Stream output | |
Data parsed from a media.1/media file.
Definition at line 25 of file SUSEMediaVerifier.cc.
|
inline |
Definition at line 27 of file SUSEMediaVerifier.cc.
|
inlineexplicit |
Validate object in a boolean context: valid.
Definition at line 43 of file SUSEMediaVerifier.cc.
|
inline |
Data considered to be valid if we have vendor and ident.
Definition at line 47 of file SUSEMediaVerifier.cc.
Whether rhs belongs to the same media set.
Definition at line 51 of file SUSEMediaVerifier.cc.
|
related |
Stream output
Definition at line 60 of file SUSEMediaVerifier.cc.
std::string zypp::repo::SMVData::_mediaVendor |
Definition at line 54 of file SUSEMediaVerifier.cc.
std::string zypp::repo::SMVData::_mediaIdent |
Definition at line 55 of file SUSEMediaVerifier.cc.
media::MediaNr zypp::repo::SMVData::_totalMedia = 0 |
Definition at line 56 of file SUSEMediaVerifier.cc.