libzypp 17.31.23
zypp::sat::AllPTFs Class Reference

Container of packages providing ptf() More...

#include <sat/WhatProvides.h>

Inheritance diagram for zypp::sat::AllPTFs:

Public Member Functions

 AllPTFs ()
 
- Public Member Functions inherited from zypp::sat::WhatProvides
 WhatProvides ()
 Default ctor.
 
 WhatProvides (Capability cap_r)
 Ctor from Capability.
 
 WhatProvides (Capabilities caps_r)
 Ctor collecting all providers of capabilities in caps_r.
 
 WhatProvides (const CapabilitySet &caps_r)
 Ctor collecting all providers of capabilities in caps_r.
 
bool empty () const
 Whether the container is empty.
 
size_type size () const
 Number of solvables inside.
 
const_iterator begin () const
 Iterator pointing to the first Solvable.
 
const_iterator end () const
 Iterator pointing behind the last Solvable.
 
- Public Member Functions inherited from zypp::sat::SolvIterMixin< WhatProvides, detail::WhatProvidesIterator >
bool empty () const
 Whether the collection is epmty.
 
size_type size () const
 Size of the collection.
 
bool contains (const TSolv &solv_r) const
 Whether collection contains a specific Solvable.
 
Solvable_iterator solvableBegin () const
 
Solvable_iterator solvableEnd () const
 
Iterable< Solvable_iteratorsolvable () const
 
PoolItem_iterator poolItemBegin () const
 
PoolItem_iterator poolItemEnd () const
 
Iterable< PoolItem_iteratorpoolItem () const
 
Selectable_iterator selectableBegin () const
 
Selectable_iterator selectableEnd () const
 
Iterable< Selectable_iteratorselectable () const
 

Additional Inherited Members

- Public Types inherited from zypp::sat::WhatProvides
typedef Solvable value_type
 
typedef unsigned size_type
 
typedef detail::WhatProvidesIterator const_iterator
 
- Public Types inherited from zypp::sat::SolvIterMixin< WhatProvides, detail::WhatProvidesIterator >
typedef size_t size_type
 
typedef detail::WhatProvidesIterator Solvable_iterator
 
typedef transform_iterator< asPoolItem, Solvable_iteratorPoolItem_iterator
 
typedef transform_iterator< ui::asSelectable, UnifiedSolvable_iteratorSelectable_iterator
 
- Protected Member Functions inherited from zypp::sat::SolvIterMixin< WhatProvides, detail::WhatProvidesIterator >
 SolvIterMixin ()
 
 SolvIterMixin (const SolvIterMixin &)
 
 ~SolvIterMixin ()
 
void operator= (const SolvIterMixin &)
 
- Static Protected Member Functions inherited from zypp::sat::detail::PoolMember
static PoolImplmyPool ()
 

Detailed Description

Container of packages providing ptf()

Definition at line 137 of file WhatProvides.h.

Constructor & Destructor Documentation

◆ AllPTFs()

zypp::sat::AllPTFs::AllPTFs ( )
inline

Definition at line 140 of file WhatProvides.h.


The documentation for this class was generated from the following file: