Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

FastShower::PingEach Class Reference

#include <IDebug.h>

Collaboration diagram for FastShower::PingEach:

Collaboration graph
[legend]
List of all members.

Public Methods

 PingEach (IPinger &)
 ~PingEach ()
 The IPinger is not const.

void operator() (const IDebug *)

Private Attributes

IPingerm_pinger

Constructor & Destructor Documentation

FastShower::PingEach::PingEach IPinger  
 

Definition at line 5 of file IDebug.cxx.

00005 :m_pinger(p){}

FastShower::PingEach::~PingEach  
 

The IPinger is not const.

Definition at line 6 of file IDebug.cxx.

00006 {}

Member Function Documentation

void FastShower::PingEach::operator() const IDebug  
 

Definition at line 7 of file IDebug.cxx.

References m_pinger, and FastShower::IDebug::ping().

00007 {d->ping(m_pinger);}

Member Data Documentation

IPinger& FastShower::PingEach::m_pinger [private]
 

Definition at line 47 of file IDebug.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Generated on Tue Mar 18 11:56:16 2003 for FastShowerUtils by doxygen1.3-rc1