#include <PoolImpl.h>
Public Types | |
typedef PoolTraits::DepCapItemContainerT | ContainerT |
typedef PoolTraits::capitemsize_type | size_type |
typedef PoolTraits::capitemiterator | iterator |
typedef PoolTraits::const_capitemiterator | const_iterator |
Public Member Functions | |
CapHash () | |
Default ctor. | |
~CapHash () | |
Dtor. | |
ContainerT & | store () |
const ContainerT & | store () const |
bool | empty () const |
size_type | size () const |
iterator | begin (const std::string &tag_r, Dep cap_r) |
const_iterator | begin (const std::string &tag_r, Dep cap_r) const |
iterator | end (const std::string &tag_r, Dep cap_r) |
const_iterator | end (const std::string &tag_r, Dep cap_r) const |
void | clear () |
void | insert (const PoolItem &item_r) |
void | erase (const PoolItem &item_r) |
Private Types | |
typedef PoolTraits::CapItemStoreT | CapItemStoreT |
typedef PoolTraits::CapItemContainerT | CapItemContainerT |
Private Member Functions | |
const CapItemStoreT & | capItemStore (Dep cap_r) const |
const CapItemContainerT & | capItemContainer (const CapItemStoreT &cis, const std::string &tag_r) const |
Private Attributes | |
PoolTraits::DepCapItemContainerT | _store |
Definition at line 103 of file PoolImpl.h.
|
Definition at line 113 of file PoolImpl.h. |
|
Definition at line 114 of file PoolImpl.h. |
|
Definition at line 115 of file PoolImpl.h. |
|
Definition at line 116 of file PoolImpl.h. |
|
Definition at line 120 of file PoolImpl.h. |
|
Definition at line 121 of file PoolImpl.h. |
|
Default ctor.
Definition at line 96 of file PoolImpl.cc. |
|
Dtor.
Definition at line 104 of file PoolImpl.cc. |
|
Definition at line 155 of file PoolImpl.cc. |
|
Definition at line 167 of file PoolImpl.cc. |
|
Definition at line 132 of file PoolImpl.h. References _store. Referenced by capItemStore(). |
|
Definition at line 135 of file PoolImpl.h. References _store. |
|
Definition at line 139 of file PoolImpl.h. References _store. |
|
Definition at line 142 of file PoolImpl.h. References _store. |
|
Definition at line 146 of file PoolImpl.h. References _store. |
|
Definition at line 149 of file PoolImpl.h. References capItemContainer(), and capItemStore(). |
|
Definition at line 155 of file PoolImpl.h. References _store. Referenced by capItemStore(). |
|
Definition at line 158 of file PoolImpl.h. References capItemContainer(), and capItemStore(). |
|
Definition at line 164 of file PoolImpl.h. References _store. Referenced by zypp::pool::PoolImpl::clear(). |
|
Definition at line 116 of file PoolImpl.cc. References _store, zypp::Dep::CONFLICTS, zypp::Dep::FRESHENS, zypp::Dep::OBSOLETES, zypp::Dep::PROVIDES, zypp::Dep::REQUIRES, zypp::pool::storeInsert(), and zypp::Dep::SUPPLEMENTS. |
|
Definition at line 144 of file PoolImpl.cc. References _store, zypp::Dep::CONFLICTS, zypp::Dep::FRESHENS, zypp::Dep::OBSOLETES, zypp::Dep::PROVIDES, zypp::Dep::REQUIRES, zypp::pool::storeDelete(), and zypp::Dep::SUPPLEMENTS. Referenced by zypp::pool::PoolImplDeleter::operator()(). |
|
Definition at line 173 of file PoolImpl.h. Referenced by begin(), clear(), empty(), end(), erase(), insert(), size(), and store(). |