The Gaudi Framework  v30r3 (a5ef0a68)
Guards.h File Reference
#include <exception>
#include "GaudiKernel/IAuditor.h"
#include "GaudiKernel/IExceptionSvc.h"
#include "GaudiKernel/INamedInterface.h"
#include "GaudiKernel/SmartIF.h"
Include dependency graph for Guards.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Guards
 Guards.h GaudiKernel/Guards.h Collection of very simple classes which allows to execution of some functions within the given well-defined and exception-safe context.