ATLAS Offline Software
AthContainersRootTestDict.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4 */
13 #ifndef ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
14 #define ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
15 
16 
17 #include "AthContainersRoot/test/Foo.h"
19 #include "AthLinks/ElementLink.h"
20 #include <vector>
21 
22 
24 
25 
26 class Bar {};
27 class Baz {};
28 class L1 {};
29 class L2 {};
30 class L3 {};
31 
32 
33 } // namespace AthContainersRootTest
34 
35 
36 template class std::vector<AthContainersRootTest::Foo*>;
38 template class std::vector<ElementLink<std::vector<AthContainersRootTest::Foo*> > >;
39 template class std::vector<std::vector<ElementLink<std::vector<AthContainersRootTest::Foo*> > > >;
40 
41 template class std::vector<AthContainersRootTest::Foo>;
43 template class std::vector<ElementLink<std::vector<AthContainersRootTest::Foo> > >;
44 template class std::vector<std::vector<ElementLink<std::vector<AthContainersRootTest::Foo> > > >;
45 
46 template class std::vector<AthContainersRootTest::L1>;
47 template class std::vector<AthContainersRootTest::L2>;
48 template class std::vector<AthContainersRootTest::L3>;
49 
50 namespace SG {
51 template class AuxTypeVectorFactory<AthContainersRootTest::Foo>;
52 template class AuxTypeVectorFactory<AthContainersRootTest::L2>;
53 }
54 
55 
56 #endif // not ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
AuxTypeVectorFactory.h
Factory object that creates vectors using AuxTypeVector.
AthContainersRootTest::Bar
Definition: AthContainersRootTestDict.h:26
AthContainersRootTest::L3
Definition: AthContainersRootTestDict.h:30
AthContainersRootTest
Definition: AthContainersRootTestDict.h:23
AthContainersRootTest::L2
Definition: AthContainersRootTestDict.h:29
AthContainersRootTest::Baz
Definition: AthContainersRootTestDict.h:27
AthContainersRootTest::L1
Definition: AthContainersRootTestDict.h:28