zypp::solver::detail::UniqTable Struct Reference

List of all members.

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...

Detailed Description

Definition at line 109 of file QueueItemRequire.cc.


Member Typedef Documentation

typedef std::set<PoolItem,Order> zypp::solver::detail::UniqTable::UTable

Set of PoolItems unified by Order.

Definition at line 125 of file QueueItemRequire.cc.


Member Function Documentation

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 129 of file QueueItemRequire.cc.

References _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 135 of file QueueItemRequire.cc.

References _table.


Member Data Documentation

UTable zypp::solver::detail::UniqTable::_table

The set.

Definition at line 140 of file QueueItemRequire.cc.

Referenced by has(), and remember().


The documentation for this struct was generated from the following file:
Generated on Tue Nov 28 16:49:40 2006 for zypp by  doxygen 1.5.0