|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |


Go to the source code of this file.
Macros | |
| #define | DECLARE_AUDITOR(x) /*dummy*/ |
| #define | DECLARE_NAMESPACE_AUDITOR(n, x) /*dummy*/ |
| #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 | ) | /*dummy*/ |
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 | |||
| ) | /*dummy*/ |
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.