The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
IAuditorSvc Class Referenceabstract

The interface implemented by the IAuditorSvc base class. More...

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/IAuditorSvc.h>

Inheritance diagram for IAuditorSvc:
Collaboration diagram for IAuditorSvc:

Public Member Functions

 DeclareInterfaceID (IAuditorSvc, 4, 0)
 InterfaceID.
 
virtual Gaudi::IAuditorgetAuditor (std::string const &name) const =0
 management functionality: retrieve an Auditor
 
virtual bool hasAuditor (std::string const &name) const =0
 management functionality: check if an Auditor exists
 
virtual StatusCode addAuditor (std::string const &name)=0
 adds a new Auditor
 
virtual std::optional< StatusCoderemovesAuditor (std::string const &name)=0
 removes an Auditor. Returns whether the removal was successful if the Auditor was present
 

Additional Inherited Members

- Public Types inherited from extend_interfaces< IService, Gaudi::IAuditor >
using ext_iids
 take union of the ext_iids of all Interfaces...
 

Detailed Description

The interface implemented by the IAuditorSvc base class.

Author
Pere Mato

Definition at line 24 of file IAuditorSvc.h.

Member Function Documentation

◆ addAuditor()

virtual StatusCode IAuditorSvc::addAuditor ( std::string const & name)
pure virtual

adds a new Auditor

◆ DeclareInterfaceID()

IAuditorSvc::DeclareInterfaceID ( IAuditorSvc ,
4 ,
0  )

◆ getAuditor()

virtual Gaudi::IAuditor * IAuditorSvc::getAuditor ( std::string const & name) const
pure virtual

management functionality: retrieve an Auditor

◆ hasAuditor()

virtual bool IAuditorSvc::hasAuditor ( std::string const & name) const
pure virtual

management functionality: check if an Auditor exists

◆ removesAuditor()

virtual std::optional< StatusCode > IAuditorSvc::removesAuditor ( std::string const & name)
pure virtual

removes an Auditor. Returns whether the removal was successful if the Auditor was present


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