Go to the documentation of this file.
12 #ifndef ZYPP_MEDIA_METALINKPARSER_H
13 #define ZYPP_MEDIA_METALINKPARSER_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
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
std::vector< unsigned char > ByteArray
String related utilities and Regular expression matching.