#include <IDebug.h>
Collaboration diagram for FastShower::PingEach:
Public Methods | |
PingEach (IPinger &) | |
~PingEach () | |
The IPinger is not const. | |
void | operator() (const IDebug *) |
Private Attributes | |
IPinger & | m_pinger |
|
Definition at line 5 of file IDebug.cxx.
00005 :m_pinger(p){} |
|
The IPinger is not const.
Definition at line 6 of file IDebug.cxx.
00006 {} |
|
Definition at line 7 of file IDebug.cxx. References m_pinger, and FastShower::IDebug::ping().
00007 {d->ping(m_pinger);} |
|
Definition at line 47 of file IDebug.h. Referenced by operator()(). |