12 #ifndef ZYPP_MEDIA_MEDIASOURCE_H 13 #define ZYPP_MEDIA_MEDIASOURCE_H 39 MediaSource(
const std::string &_type,
const std::string &_name,
40 unsigned int _maj=0,
unsigned int _min=0,
41 const std::string &_bdir=std::string(),
bool _own=
true)
86 return type +
"<" +
name + tmp1 +
">";
114 bool empty()
const {
return path.empty(); }
139 const AttachPointRef &_attachPoint)
140 : mediaSource( _mediaSource)
141 , attachPoint( _attachPoint)
155 #endif // ZYPP_MEDIA_MEDIASOURCE_H
String related utilities and Regular expression matching.
std::string numstring(char n, int w=0)
Easy-to use interface to the ZYPP dependency resolver.