libzypp  13.10.6
zypp::callback::SendReport< _Report > Struct Template Reference

#include <Callback.h>

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

Public Types

typedef _Report ReportType
 
typedef ReceiveReport< _ReportReceiver
 
typedef DistributeReport< _ReportDistributor
 

Public Member Functions

 SendReport ()
 
 ~SendReport ()
 
Distributoroperator-> ()
 

Static Public Member Functions

static ReceiverwhoIsConnected ()
 
static bool connected ()
 

Detailed Description

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

Definition at line 213 of file Callback.h.

Member Typedef Documentation

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

Definition at line 215 of file Callback.h.

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

Definition at line 216 of file Callback.h.

Definition at line 217 of file Callback.h.

Constructor & Destructor Documentation

template<class _Report>
zypp::callback::SendReport< _Report >::SendReport ( )
inline

Definition at line 219 of file Callback.h.

template<class _Report>
zypp::callback::SendReport< _Report >::~SendReport ( )
inline

Definition at line 222 of file Callback.h.

Member Function Documentation

template<class _Report>
static Receiver* zypp::callback::SendReport< _Report >::whoIsConnected ( )
inlinestatic

Definition at line 225 of file Callback.h.

template<class _Report>
static bool zypp::callback::SendReport< _Report >::connected ( )
inlinestatic

Definition at line 228 of file Callback.h.

template<class _Report>
Distributor& zypp::callback::SendReport< _Report >::operator-> ( )
inline

Definition at line 231 of file Callback.h.


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