12 #ifndef ZYPP_SAT_WHATOBSOLETES_H 13 #define ZYPP_SAT_WHATOBSOLETES_H 62 template <
class TIterator>
66 for_( it, begin, end )
74 {
return ! ( _begin && *_begin ); }
91 void ctorAdd(
const PoolItem & item_r );
92 void ctorAdd(
const ResObject_constPtr& item_r );
111 #endif // ZYPP_SAT_WHATOBSOLETES_H const_iterator begin() const
Iterator pointing to the first Solvable.
A Solvable object within the sat Pool.
WhatObsoletes()
Default ctor.
std::ostream & operator<<(std::ostream &str, const FileConflicts &obj)
#define for_(IT, BEG, END)
Convenient for-loops using iterator.
WhatObsoletes(TIterator begin, TIterator end)
Ctor from a range of Solvable, PoolItem or ResObject::constPtr.
String related utilities and Regular expression matching.
int IdType
Generic Id type.
const_iterator end() const
Iterator pointing behind the last Solvable.
const sat::detail::IdType * _begin
Base class providing common iterator types based on a Solvable iterator.
Backlink to the associated PoolImpl.
shared_ptr< void > _private
bool empty() const
Whether the container is empty.
Container of installed Solvable which would be obsoleted by the Solvable passed to the ctor...
Combining sat::Solvable and ResStatus.
Easy-to use interface to the ZYPP dependency resolver.