|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include "GaudiKernel/Kernel.h"#include "Reflex/PluginService.h"


Go to the source code of this file.
Defines | |
| #define | DECLARE_AUDITOR(x) |
| #define | DECLARE_NAMESPACE_AUDITOR(n, x) |
| #define | DECLARE_AUDITOR_FACTORY(x) PLUGINSVC_FACTORY(x,IAuditor*(std::string, ISvcLocator*)) |
| #define | DECLARE_NAMESPACE_AUDITOR_FACTORY(n, x) using n::x; PLUGINSVC_FACTORY(x,IAuditor*(std::string, ISvcLocator*)) |
| #define DECLARE_AUDITOR | ( | x | ) |
Definition at line 8 of file AudFactory.h.
| #define DECLARE_AUDITOR_FACTORY | ( | x | ) | PLUGINSVC_FACTORY(x,IAuditor*(std::string, ISvcLocator*)) |
Definition at line 10 of file AudFactory.h.
| #define DECLARE_NAMESPACE_AUDITOR | ( | n, | |||
| x | ) |
Definition at line 9 of file AudFactory.h.
| #define DECLARE_NAMESPACE_AUDITOR_FACTORY | ( | n, | |||
| x | ) | using n::x; PLUGINSVC_FACTORY(x,IAuditor*(std::string, ISvcLocator*)) |
Definition at line 11 of file AudFactory.h.