#include <exception>
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/IExceptionSvc.h"
#include "GaudiKernel/IAuditor.h"
Include dependency graph for Guards.h:
Go to the source code of this file.
Namespaces | |
namespace | Gaudi |
namespace | Gaudi::Guards |
Classes | |
class | Gaudi::Guards::ExceptionGuard |
The most simple guard - it execute the certain code withing typical "try {} catch" clause, used in Auditor, Algorithm, AlgTool, etc. More... | |
class | Gaudi::Guards::AuditorGuard |
It is a simple guard, which "locks" the scope for the Auditor Service is am exception-safe way. More... | |
Defines | |
#define | GAUDIKERNEL_GUARDS_H 1 |