libzypp 17.25.10
|
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. More... | |
bool | valid () const |
Data considered to be valid if we have vendor and ident. More... | |
bool | matches (const SMVData &rhs) const |
Whether rhs belongs to the same media set. More... | |
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 More... | |
Data parsed from a media.1/media file.
Definition at line 24 of file SUSEMediaVerifier.cc.
|
inline |
Definition at line 26 of file SUSEMediaVerifier.cc.
|
inlineexplicit |
Validate object in a boolean context: valid.
Definition at line 42 of file SUSEMediaVerifier.cc.
|
inline |
Data considered to be valid if we have vendor and ident.
Definition at line 46 of file SUSEMediaVerifier.cc.
|
inline |
Whether rhs belongs to the same media set.
Definition at line 50 of file SUSEMediaVerifier.cc.
|
related |
Stream output
Definition at line 59 of file SUSEMediaVerifier.cc.
std::string zypp::repo::SMVData::_mediaVendor |
Definition at line 53 of file SUSEMediaVerifier.cc.
std::string zypp::repo::SMVData::_mediaIdent |
Definition at line 54 of file SUSEMediaVerifier.cc.
media::MediaNr zypp::repo::SMVData::_totalMedia = 0 |
Definition at line 55 of file SUSEMediaVerifier.cc.