|
Gaudi Framework, version v22r2 |
| Home | Generated: Tue May 10 2011 |
#include "GaudiKernel/Kernel.h"#include "GaudiKernel/CnvFactory.h"#include "GaudiKernel/SvcFactory.h"#include "GaudiKernel/AlgFactory.h"#include "GaudiKernel/AudFactory.h"#include "GaudiKernel/ToolFactory.h"#include "GaudiKernel/ObjectFactory.h"

Go to the source code of this file.
Defines | |
| #define | DECLARE_FACTORY_ENTRIES(x) |
| #define DECLARE_FACTORY_ENTRIES | ( | x ) |
void x##_load(); \ \ extern "C" void x##_loadRef() { \ x##_load(); \ } \ \ void x##_load()
Definition at line 24 of file DeclareFactoryEntries.h.