The Gaudi Framework  master (9c922f06)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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. More...
 
virtual Gaudi::IAuditorgetAuditor (std::string const &name) const =0
 management functionality: retrieve an Auditor More...
 
virtual bool hasAuditor (std::string const &name) const =0
 management functionality: check if an Auditor exists More...
 
virtual StatusCode addAuditor (std::string const &name)=0
 adds a new Auditor More...
 
virtual std::optional< StatusCoderemovesAuditor (std::string const &name)=0
 removes an Auditor. Returns whether the removal was successful if the Auditor was present More...
 

Additional Inherited Members

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

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  ,
,
 
)

◆ 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: