libzypp  14.48.5
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
 

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 ~ReportBase ()
 

Detailed Description

Definition at line 581 of file ZYppCallbacks.h.

Member Enumeration Documentation

Enumerator
ABORT 
RETRY 
IGNORE 

Definition at line 583 of file ZYppCallbacks.h.

Enumerator
NO_ERROR 
NOT_FOUND 
IO 
INVALID 

Definition at line 589 of file ZYppCallbacks.h.

Member Function Documentation

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

Definition at line 596 of file ZYppCallbacks.h.

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

Definition at line 600 of file ZYppCallbacks.h.

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

Definition at line 603 of file ZYppCallbacks.h.

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

Definition at line 609 of file ZYppCallbacks.h.


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