#include <PoolImpl.h>
Public Types | |
| typedef PoolTraits::ItemContainerT | ItemContainerT |
| typedef PoolTraits::NameItemContainerT | ContainerT |
| typedef PoolTraits::size_type | size_type |
| typedef PoolTraits::iterator | iterator |
| typedef PoolTraits::const_iterator | const_iterator |
Public Member Functions | |
| NameHash () | |
| Default ctor. | |
| ~NameHash () | |
| Dtor. | |
| ContainerT & | store () |
| const ContainerT & | store () const |
| bool | empty () const |
| size_type | size () const |
| iterator | begin (const std::string &tag_r) |
| const_iterator | begin (const std::string &tag_r) const |
| iterator | end (const std::string &tag_r) |
| const_iterator | end (const std::string &tag_r) const |
| void | clear () |
| void | insert (const PoolItem &item_r) |
| void | erase (const PoolItem &item_r) |
Private Member Functions | |
| ItemContainerT & | getItemContainer (const std::string &tag_r) |
| const ItemContainerT & | getConstItemContainer (const std::string &tag_r) const |
Private Attributes | |
| ContainerT | _store |
| ItemContainerT | _empty |
Definition at line 35 of file PoolImpl.h.
|
|
Definition at line 45 of file PoolImpl.h. |
|
|
Definition at line 46 of file PoolImpl.h. |
|
|
Definition at line 47 of file PoolImpl.h. |
|
|
Definition at line 48 of file PoolImpl.h. |
|
|
Definition at line 49 of file PoolImpl.h. |
|
|
Default ctor.
Definition at line 41 of file PoolImpl.cc. |
|
|
Dtor.
Definition at line 49 of file PoolImpl.cc. |
|
|
Definition at line 71 of file PoolImpl.cc. |
|
|
Definition at line 81 of file PoolImpl.cc. |
|
|
Definition at line 57 of file PoolImpl.h. References _store. |
|
|
Definition at line 60 of file PoolImpl.h. References _store. |
|
|
Definition at line 64 of file PoolImpl.h. References _store. |
|
|
Definition at line 67 of file PoolImpl.h. References _store. |
|
|
Definition at line 71 of file PoolImpl.h. References getItemContainer(). |
|
|
Definition at line 74 of file PoolImpl.h. References getConstItemContainer(). |
|
|
Definition at line 78 of file PoolImpl.h. References getItemContainer(). |
|
|
Definition at line 81 of file PoolImpl.h. References getConstItemContainer(). |
|
|
Definition at line 85 of file PoolImpl.h. References _store. Referenced by zypp::pool::PoolImpl::clear(). |
|
|
Definition at line 53 of file PoolImpl.cc. References _store. |
|
|
Definition at line 59 of file PoolImpl.cc. References _store. Referenced by zypp::pool::PoolImplDeleter::operator()(). |
|
|
Definition at line 94 of file PoolImpl.h. Referenced by clear(), empty(), erase(), getConstItemContainer(), getItemContainer(), insert(), size(), and store(). |
|
|
Definition at line 95 of file PoolImpl.h. Referenced by getConstItemContainer(), and getItemContainer(). |
1.4.6