libzypp  17.32.5
zypp::ServiceCollector Class Reference

Functor collecting ServiceInfos into a ServiceSet. More...

#include <zypp/zypp_detail/repomanagerbase_p.h>

Public Types

using ServiceSet = std::set< ServiceInfo >
 

Public Member Functions

 ServiceCollector (ServiceSet &services_r)
 
bool operator() (const ServiceInfo &service_r) const
 

Private Attributes

ServiceSet_services
 

Detailed Description

Functor collecting ServiceInfos into a ServiceSet.

Definition at line 184 of file repomanagerbase_p.h.

Member Typedef Documentation

◆ ServiceSet

Definition at line 187 of file repomanagerbase_p.h.

Constructor & Destructor Documentation

◆ ServiceCollector()

zypp::ServiceCollector::ServiceCollector ( ServiceSet services_r)
inline

Definition at line 189 of file repomanagerbase_p.h.

Member Function Documentation

◆ operator()()

bool zypp::ServiceCollector::operator() ( const ServiceInfo service_r) const
inline

Definition at line 193 of file repomanagerbase_p.h.

Member Data Documentation

◆ _services

ServiceSet& zypp::ServiceCollector::_services
private

Definition at line 200 of file repomanagerbase_p.h.


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