libzypp  11.13.5
zypp::callback::ReceiveReport< _Report > Struct Template Reference

#include <Callback.h>

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

List of all members.

Public Types

typedef _Report ReportType
typedef ReceiveReport< _ReportReceiver
typedef DistributeReport< _ReportDistributor

Public Member Functions

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

Detailed Description

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

Definition at line 145 of file Callback.h.


Member Typedef Documentation

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

Definition at line 147 of file Callback.h.

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

Definition at line 148 of file Callback.h.

Definition at line 149 of file Callback.h.


Constructor & Destructor Documentation

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

Definition at line 151 of file Callback.h.


Member Function Documentation

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

Definition at line 154 of file Callback.h.

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

Definition at line 157 of file Callback.h.

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

Definition at line 160 of file Callback.h.

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

Definition at line 163 of file Callback.h.

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

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