#include <GaudiKernel/IInspectable.h>
Inheritance diagram for IInspectable:

Public Methods | |
| virtual bool | acceptInspector (IInspector* pI) = 0 |
| return FALSE if doesn't accept Inspecetor so that diagnostic message can be printed. More... | |
| virtual bool | acceptInspector (IInspector* pI) const = 0 |
| return FALSE if doesn't accept Inspecetor so that diagnostic message can be printed. More... | |
The IInspectable interface must be implemented by all objects that are to be inspected
Definition at line 15 of file IInspectable.h.
|
|
return FALSE if doesn't accept Inspecetor so that diagnostic message can be printed. Calls the inspect member function of the Inspector on all the members it wants to inspect. Reimplemented in DataObject. |
|
|
return FALSE if doesn't accept Inspecetor so that diagnostic message can be printed. Calls the inspect member function of the Inspector on all the members it wants to inspect. Reimplemented in DataObject. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000