libzypp 17.31.7
|
Container of packages providing ptf()
More...
#include <sat/WhatProvides.h>
Public Member Functions | |
AllPTFs () | |
![]() | |
WhatProvides () | |
Default ctor. More... | |
WhatProvides (Capability cap_r) | |
Ctor from Capability. More... | |
WhatProvides (Capabilities caps_r) | |
Ctor collecting all providers of capabilities in caps_r . More... | |
WhatProvides (const CapabilitySet &caps_r) | |
Ctor collecting all providers of capabilities in caps_r . More... | |
bool | empty () const |
Whether the container is empty. More... | |
size_type | size () const |
Number of solvables inside. More... | |
const_iterator | begin () const |
Iterator pointing to the first Solvable. More... | |
const_iterator | end () const |
Iterator pointing behind the last Solvable. More... | |
![]() | |
bool | empty () const |
Whether the collection is epmty. More... | |
size_type | size () const |
Size of the collection. More... | |
bool | contains (const TSolv &solv_r) const |
Whether collection contains a specific Solvable. More... | |
Solvable_iterator | solvableBegin () const |
Solvable_iterator | solvableEnd () const |
Iterable< Solvable_iterator > | solvable () const |
PoolItem_iterator | poolItemBegin () const |
PoolItem_iterator | poolItemEnd () const |
Iterable< PoolItem_iterator > | poolItem () const |
Selectable_iterator | selectableBegin () const |
Selectable_iterator | selectableEnd () const |
Iterable< Selectable_iterator > | selectable () const |
Container of packages providing ptf()
Definition at line 137 of file WhatProvides.h.
|
inline |
Definition at line 140 of file WhatProvides.h.