libzypp  9.1.2
Classes | Public Types | Public Member Functions | Private Attributes
zypp::repo::ServiceRepos Class Reference

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

#include <ServiceRepos.h>

Inheritance diagram for zypp::repo::ServiceRepos:
Inheritance graph
[legend]

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.

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: