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

#include <Callback.h>

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

Public Types

typedef _Report ReportType
 
typedef ReportType::UserData UserData
 
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 221 of file Callback.h.

Member Typedef Documentation

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

Definition at line 223 of file Callback.h.

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

Definition at line 224 of file Callback.h.

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

Definition at line 225 of file Callback.h.

Definition at line 226 of file Callback.h.

Constructor & Destructor Documentation

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

Definition at line 228 of file Callback.h.

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

Definition at line 231 of file Callback.h.

Member Function Documentation

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

Definition at line 234 of file Callback.h.

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

Definition at line 237 of file Callback.h.

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

Definition at line 240 of file Callback.h.


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