All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Auditor.h File Reference
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/IAuditor.h"
#include "GaudiKernel/IService.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/PropertyMgr.h"
#include <Gaudi/PluginService.h>
#include <string>
#include <vector>
Include dependency graph for Auditor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Auditor
 Base class from which all concrete auditor classes should be derived. More...
 
class  AudFactory< T >
 

Macros

#define DECLARE_AUDITOR_FACTORY(x)   DECLARE_FACTORY_WITH_CREATOR(x, AudFactory< x >, Auditor::Factory)
 
#define DECLARE_NAMESPACE_AUDITOR_FACTORY(n, x)   DECLARE_AUDITOR_FACTORY(n::x)
 

Macro Definition Documentation

#define DECLARE_AUDITOR_FACTORY (   x)    DECLARE_FACTORY_WITH_CREATOR(x, AudFactory< x >, Auditor::Factory)

Definition at line 269 of file Auditor.h.

#define DECLARE_NAMESPACE_AUDITOR_FACTORY (   n,
 
)    DECLARE_AUDITOR_FACTORY(n::x)

Definition at line 271 of file Auditor.h.