| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IInspectable Class Reference

Interface definition of an inspectable object. More...

#include <GaudiKernel/IInspectable.h>

List of all members.


Public Member Functions

virtual ~IInspectable ()
 destructor
virtual bool acceptInspector (IInspector *pI)=0
 return FALSE if doesn't accept Inspecetor so that diagnostic message can be printed.
virtual bool acceptInspector (IInspector *pI) const =0
 return FALSE if doesn't accept Inspecetor so that diagnostic message can be printed.

Detailed Description

Interface definition of an inspectable object.

The IInspectable interface must be implemented by all objects that are to be inspected

Definition at line 15 of file IInspectable.h.


Constructor & Destructor Documentation

virtual IInspectable::~IInspectable (  )  [inline, virtual]

destructor

Definition at line 19 of file IInspectable.h.

00019 { }


Member Function Documentation

virtual bool IInspectable::acceptInspector ( IInspector pI  )  [pure virtual]

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.

virtual bool IInspectable::acceptInspector ( IInspector pI  )  const [pure virtual]

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.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:09 2011 for GaudiKernel by doxygen 1.4.7