The Gaudi Framework  master (37c0b60a)
IInspectable Class Referenceabstract

#include <GaudiKernel/IInspectable.h>

Public Member Functions

virtual ~IInspectable ()=default
 destructor More...
 
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...
 

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

Constructor & Destructor Documentation

◆ ~IInspectable()

virtual IInspectable::~IInspectable ( )
virtualdefault

destructor

Member Function Documentation

◆ acceptInspector() [1/2]

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.

◆ acceptInspector() [2/2]

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.


The documentation for this class was generated from the following file: