libzypp 8.13.6
Public Types | Public Member Functions | Private Attributes

zypp::ServiceCollector Class Reference

Functor collecting ServiceInfos into a ServiceSet. More...

List of all members.

Public Types

typedef std::set< ServiceInfoServiceSet

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 371 of file RepoManager.cc.


Member Typedef Documentation

Definition at line 374 of file RepoManager.cc.


Constructor & Destructor Documentation

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

Definition at line 376 of file RepoManager.cc.


Member Function Documentation

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

Definition at line 380 of file RepoManager.cc.


Member Data Documentation

Definition at line 387 of file RepoManager.cc.


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