libzypp  10.5.0
zypp::repo::ServiceRepos Class Reference

Retrieval of repository list for a service. More...

#include <ServiceRepos.h>

Inheritance diagram for zypp::repo::ServiceRepos:

List of all members.

Classes

class  Impl

Public Types

typedef function< bool(const
RepoInfo &)> 
ProcessRepo
 Callback definition.

Public Member Functions

 ServiceRepos (const ServiceInfo &service, const ProcessRepo &callback, const ProgressData::ReceiverFnc &progress=ProgressData::ReceiverFnc())
 ~ServiceRepos ()

Private Attributes

RW_pointer< Impl_impl

Detailed Description

Retrieval of repository list for a service.

Definition at line 26 of file ServiceRepos.h.


Member Typedef Documentation

typedef function< bool( const RepoInfo & )> zypp::repo::ServiceRepos::ProcessRepo

Callback definition.

First parameter is a RepoInfo object with the resource second parameter is the resource type.

Return false from the callback to get a AbortRequestException to be thrown and the processing to be cancelled.

Definition at line 38 of file ServiceRepos.h.


Constructor & Destructor Documentation

zypp::repo::ServiceRepos::ServiceRepos ( const ServiceInfo service,
const ProcessRepo callback,
const ProgressData::ReceiverFnc progress = ProgressData::ReceiverFnc() 
)

Definition at line 102 of file ServiceRepos.cc.

zypp::repo::ServiceRepos::~ServiceRepos ( )

Definition at line 109 of file ServiceRepos.cc.


Member Data Documentation

Definition at line 46 of file ServiceRepos.h.


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