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 111 of file QueueItemRequire.cc.
|
Set of PoolItems unified by Order.
Definition at line 127 of file QueueItemRequire.cc. |
|
Test whether a matching PoolItem_Ref is in the table.
Definition at line 131 of file QueueItemRequire.cc. References _table. |
|
Remember item_r (unless another matching PoolItem is already in the table).
Definition at line 137 of file QueueItemRequire.cc. References _table. |
|
The set.
Definition at line 142 of file QueueItemRequire.cc. Referenced by has(), and remember(). |