12 #ifndef ZYPP_PRODUCT_H
13 #define ZYPP_PRODUCT_H
88 std::string
flavor()
const;
95 std::string
type()
const;
98 std::list<std::string>
flags()
const;
126 template <
class TIterator>
129 for_( it, begin, end )
166 UrlList
urls(
const std::string & key_r )
const;
220 {
return _list.empty(); }
223 {
return _list.size(); }
226 {
return _list.begin(); }
229 {
return _list.end(); }
253 #endif // ZYPP_PRODUCT_H