The interface implemented by the IAuditorSvc base class.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/IAuditorSvc.h>
The interface implemented by the IAuditorSvc base class.
- Author
- Pere Mato
Definition at line 24 of file IAuditorSvc.h.
◆ addAuditor()
virtual StatusCode IAuditorSvc::addAuditor |
( |
std::string const & | name | ) |
|
|
pure virtual |
◆ 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: