107 bool isCategory(
const std::string & category_r )
const;
109 bool isCategory( Categories category_r )
const;
110 #ifndef SWIG // Swig treats it as syntax error
114 template <
class TContainer,
typename =
typename TContainer::value_type>
117 for (
const std::string & el : categories_r )
143 bool isSeverity(
const std::string & severity_r )
const;
145 bool isSeverity( SeverityFlags severity_r )
const;
146 #ifndef SWIG // Swig treats it as syntax error
150 template <
class TContainer,
typename =
typename TContainer::value_type>
153 for (
const std::string & el : severities_r )
217 class ReferenceIterator;
270 Patch::ReferenceIterator
271 , sat::LookupAttr::iterator
273 , boost::forward_traversal_tag
285 std::string
id()
const;
289 std::string
href()
const;
293 std::string
title()
const;
298 std::string
type()
const;
315 #endif // ZYPP_PATCH_H