26 bool valid()
const override;
27 bool matches(
const MediaDataVerifierRef &rhs)
const override;
29 const std::string &
mediaIdent()
const override;
31 std::ostream &
toStream(std::ostream &
str)
const override;
35 MediaDataVerifierRef
clone ()
const override;
60 auto conv = std::dynamic_pointer_cast<SuseMediaDataVerifier>(rhs);
78 ERR <<
"Can't setup a SUSEMediaVerifier from file: " <<
path_r.asString() << std::endl;
133 return obj->toStream(
str);
134 return str <<
"[MediaVerifier: null]";
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
String related utilities and Regular expression matching.
std::string numstring(char n, int w=0)
TInt strtonum(const C_Str &str)
Parsing numbers from string.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
Convenient building of std::string via std::ostringstream Basically a std::ostringstream autoconverti...
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)