12 #ifndef ZYPP_MEDIA_METALINKPARSER_H 13 #define ZYPP_MEDIA_METALINKPARSER_H 17 #include <zypp/base/Exception.h> 18 #include <zypp/base/NonCopyable.h> 22 #include <zypp/ByteArray.h> 55 void parseBytes(
const char* bytes,
size_t len);
65 std::vector<Url>
getUrls()
const;
70 const std::vector<MetalinkMirror> &
getMirrors()
const;
88 #endif // ZYPP_MEDIA_METALINKPARSER_H
String related utilities and Regular expression matching.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.