libzypp  15.28.6
zypp::target::rpm::RemoveResolvableReport Struct Reference

#include <ZYppCallbacks.h>

Inheritance diagram for zypp::target::rpm::RemoveResolvableReport:

Public Types

enum  Action { ABORT, RETRY, IGNORE }
 
enum  Error { NO_ERROR, NOT_FOUND, IO, INVALID }
 
- Public Types inherited from zypp::callback::ReportBase
typedef callback::UserData UserData
 
typedef UserData::ContentType ContentType
 

Public Member Functions

virtual void start (Resolvable::constPtr)
 
virtual bool progress (int, Resolvable::constPtr)
 
virtual Action problem (Resolvable::constPtr, Error, const std::string &)
 
virtual void finish (Resolvable::constPtr, Error, const std::string &)
 
- Public Member Functions inherited from zypp::callback::ReportBase
virtual void report (const UserData &userData_r=UserData())
 The most generic way of sending/receiving data. More...
 
virtual ~ReportBase ()
 

Detailed Description

Definition at line 564 of file ZYppCallbacks.h.

Member Enumeration Documentation

Enumerator
ABORT 
RETRY 
IGNORE 

Definition at line 566 of file ZYppCallbacks.h.

Enumerator
NO_ERROR 
NOT_FOUND 
IO 
INVALID 

Definition at line 572 of file ZYppCallbacks.h.

Member Function Documentation

virtual void zypp::target::rpm::RemoveResolvableReport::start ( Resolvable::constPtr  )
inlinevirtual

Definition at line 579 of file ZYppCallbacks.h.

virtual bool zypp::target::rpm::RemoveResolvableReport::progress ( int  ,
Resolvable::constPtr   
)
inlinevirtual

Definition at line 583 of file ZYppCallbacks.h.

virtual Action zypp::target::rpm::RemoveResolvableReport::problem ( Resolvable::constPtr  ,
Error  ,
const std::string &   
)
inlinevirtual

Definition at line 586 of file ZYppCallbacks.h.

virtual void zypp::target::rpm::RemoveResolvableReport::finish ( Resolvable::constPtr  ,
Error  ,
const std::string &   
)
inlinevirtual

Definition at line 592 of file ZYppCallbacks.h.


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