#include "GaudiKernel/IFactory.h"
Include dependency graph for ISolidFactory.h:
Go to the source code of this file.
Classes | |
class | ISolidFactory |
An abstract interface to abstract factory to instantiate solids. More... | |
Defines | |
#define | DETDESC_ISOLIDFACTORY_H 1 |
#define | DECLARE_SOLID(x) |
useful macro for declaration of Solid Factories | |
Variables | |
static const InterfaceID | IID_ISolidFactory ("ISolidFactory", 2, 0) |
Declaration of the interface ID ( interface id, major & minor versions). |
#define DETDESC_ISOLIDFACTORY_H 1 |
Definition at line 6 of file ISolidFactory.h.
#define DECLARE_SOLID | ( | x | ) |
Value:
extern const ISolidFactory& x##Factory; \ x##Factory.addRef();
Definition at line 51 of file ISolidFactory.h.
const InterfaceID IID_ISolidFactory("ISolidFactory", 2, 0) [static] |
Declaration of the interface ID ( interface id, major & minor versions).