libzypp  16.22.5
zypp::callback::ReceiveReport< TReport > Struct Template Reference

#include <Callback.h>

Inheritance diagram for zypp::callback::ReceiveReport< TReport >:

Public Types

typedef TReport ReportType
 
typedef ReceiveReport< TReportReceiver
 
typedef DistributeReport< TReportDistributor
 

Public Member Functions

virtual ~ReceiveReport ()
 
ReceiveReportwhoIsConnected () const
 
bool connected () const
 
void connect ()
 
void disconnect ()
 
virtual void reportbegin ()
 
virtual void reportend ()
 

Detailed Description

template<class TReport>
struct zypp::callback::ReceiveReport< TReport >

Definition at line 168 of file Callback.h.

Member Typedef Documentation

template<class TReport>
typedef TReport zypp::callback::ReceiveReport< TReport >::ReportType

Definition at line 170 of file Callback.h.

template<class TReport>
typedef ReceiveReport<TReport> zypp::callback::ReceiveReport< TReport >::Receiver

Definition at line 171 of file Callback.h.

Definition at line 172 of file Callback.h.

Constructor & Destructor Documentation

template<class TReport>
virtual zypp::callback::ReceiveReport< TReport >::~ReceiveReport ( )
inlinevirtual

Definition at line 174 of file Callback.h.

Member Function Documentation

template<class TReport>
ReceiveReport* zypp::callback::ReceiveReport< TReport >::whoIsConnected ( ) const
inline

Definition at line 177 of file Callback.h.

template<class TReport>
bool zypp::callback::ReceiveReport< TReport >::connected ( ) const
inline

Definition at line 180 of file Callback.h.

template<class TReport>
void zypp::callback::ReceiveReport< TReport >::connect ( )
inline

Definition at line 183 of file Callback.h.

template<class TReport>
void zypp::callback::ReceiveReport< TReport >::disconnect ( )
inline

Definition at line 186 of file Callback.h.

template<class TReport>
virtual void zypp::callback::ReceiveReport< TReport >::reportbegin ( )
inlinevirtual
template<class TReport>
virtual void zypp::callback::ReceiveReport< TReport >::reportend ( )
inlinevirtual

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