The Gaudi Framework  master (01b473db)
ContainerFactoryDefs.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #pragma once
12 
13 #define _ImplementContainerDictionaryFactory( x )
14 #define _ImplementDataObjectDictionaryFactory( x )
15 #define _ImplementDictionaryFactory( x )
16 #define DLL_DECL_CONTAINERDICT( x )
17 #define DLL_DECL_OBJECTDICT( x )
18 
20 #include <GaudiKernel/ObjectList.h>
22 
23 #define _ImplementContainedFactories( x ) \
24  _ImplementContainerDictionaryFactory( x ) _ImplementContainedObjectFactory( x ) \
25  _ImplementDataObjectFactory( x##Vector ) _ImplementDataObjectFactory( x##List )
26 
27 #define DLL_DECL_CONTAINEDOBJECTFACTORIES( x ) \
28  DLL_DECL_CONTAINERDICT( x ) \
29  DLL_DECL_OBJECTFACTORY( x ) \
30  DLL_DECL_OBJECTFACTORY( x##Vector ) \
31  DLL_DECL_OBJECTFACTORY( x##List )
ObjectFactory.h
ObjectVector.h
ObjectList.h