#include <PoolTraits.h>
Public Member Functions | |
| void | operator() (ResObject::constPtr ptr_r) |
| Bottleneck inserting ResObjects in to the pool. | |
| PoolImplInserter (PoolImpl &poolImpl_r, bool installed_r) | |
Public Attributes | |
| PoolImpl & | _poolImpl |
| bool | _installed |
Definition at line 37 of file PoolTraits.h.
| zypp::pool::PoolImplInserter::PoolImplInserter | ( | PoolImpl & | poolImpl_r, | |
| bool | installed_r | |||
| ) | [inline] |
Definition at line 41 of file PoolTraits.h.
| void zypp::pool::PoolImplInserter::operator() | ( | ResObject::constPtr | ptr_r | ) |
Bottleneck inserting ResObjects in to the pool.
Filters arch incomatible available(!) objects.
Definition at line 242 of file PoolImpl.cc.
References zypp::pool::PoolImpl::_caphash, _installed, zypp::pool::PoolImpl::_namehash, _poolImpl, zypp::pool::PoolImpl::_store, zypp::pool::CapHash::insert(), zypp::pool::NameHash::insert(), zypp::pool::PoolImpl::invalidateProxy(), and zypp::pool::PoolImpl::targetArch().
1.5.3