The Gaudi Framework  v29r0 (ff2e7097)
Auditor.h File Reference
#include "GaudiKernel/CommonMessaging.h"
#include "GaudiKernel/IAuditor.h"
#include "GaudiKernel/IProperty.h"
#include "GaudiKernel/IService.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/PropertyFwd.h"
#include "GaudiKernel/PropertyHolder.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 161 of file Auditor.h.

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

Definition at line 162 of file Auditor.h.