Public Types | |
| typedef std::set < PoolItem, Order > | UTable |
| Set of PoolItems unified by Order. | |
Public Member Functions | |
| bool | has (PoolItem_Ref item_r) const |
| Test whether a matching PoolItem_Ref is in the table. | |
| void | remember (PoolItem_Ref item_r) |
| Remember item_r (unless another matching PoolItem is already in the table). | |
Public Attributes | |
| UTable | _table |
| The set. | |
Classes | |
| struct | Order |
| Order PoolItems based on name and edition only. More... | |
Definition at line 113 of file QueueItemRequire.cc.
| typedef std::set<PoolItem,Order> zypp::solver::detail::UniqTable::UTable |
| bool zypp::solver::detail::UniqTable::has | ( | PoolItem_Ref | item_r | ) | const [inline] |
Test whether a matching PoolItem_Ref is in the table.
Definition at line 133 of file QueueItemRequire.cc.
References zypp::_table.
| void zypp::solver::detail::UniqTable::remember | ( | PoolItem_Ref | item_r | ) | [inline] |
Remember item_r (unless another matching PoolItem is already in the table).
Definition at line 139 of file QueueItemRequire.cc.
References zypp::_table.
1.5.3