#include <IPrintPinger.h>
Inheritance diagram for FastShower::IPrintPinger:
Public Methods | |
virtual IPinger * | clone () const=0 |
virtual void | action (const IDebug *)=0 |
virtual void | operator++ ()=0 |
not const -self-modifies increase indentation | |
virtual void | operator++ (int)=0 |
virtual std::string | indent () const=0 |
|
|
|
not const -self-modifies increase indentation
Implemented in FastShower::PrintPingerBase. |
|
Implemented in FastShower::PrintPingerBase. |
|