34 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
37 {
return new Impl( *
this ); }
51 {
return pimpl()->_container; }
64 Container::const_iterator it( container.find( ident_r ) );
65 return it != container.end() ? it->second :
PoolItem();
std::unordered_map< IdString, PoolItem > Container
shared_ptr< void > _dont_use_this_use_pimpl
Avoid need to include Impl definition when inlined ctors (due to tepmlate) are provided.
const Container & container() const
std::ostream & dumpRange(std::ostream &str, TIterator begin, TIterator end, const std::string &intro="{", const std::string &pfx="\ ", const std::string &sep="\ ", const std::string &sfx="\, const std::string &extro="}")
Print range defined by iterators (multiline style).
String related utilities and Regular expression matching.
Access to the sat-pools string space.
Impl * clone() const
clone for RWCOW_pointer
iterator begin() const
Pointer to the first PoolItem.
Find the best candidates e.g.
size_type size() const
Number of PoolItems collected.
PoolItemBest implementation.
RWCOW_pointer< Impl > & pimpl()
Pointer to implementation.
Combining sat::Solvable and ResStatus.
iterator end() const
Pointer behind the last PoolItem.
void add(sat::Solvable slv_r)
Feed one sat::Solvable.
std::ostream & operator<<(std::ostream &str, const PoolItemBest &obj)
Easy-to use interface to the ZYPP dependency resolver.
Solvable satSolvable() const
Return the corresponding sat::Solvable.
IdString ident() const
The identifier.
PoolItem find(IdString ident_r) const
Return the collected PoolItem with sat::Solvable::ident ident_r.
Oder on AvailableItemSet.