Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
IInspectable Class Referenceabstract

Interface definition of an inspectable object. More...

#include <GaudiKernel/IInspectable.h>

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 18 of file IInspectable.h.

Constructor & Destructor Documentation

virtual IInspectable::~IInspectable ( )
inlinevirtual

destructor

Definition at line 22 of file IInspectable.h.

{ }

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:

Generated at Wed Dec 4 2013 14:33:17 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004