13 #ifndef ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
14 #define ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
17 #include "AthContainersRoot/test/Foo.h"
19 #include "AthLinks/ElementLink.h"
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*> > > >;
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> > > >;
46 template class std::vector<AthContainersRootTest::L1>;
47 template class std::vector<AthContainersRootTest::L2>;
48 template class std::vector<AthContainersRootTest::L3>;
51 template class AuxTypeVectorFactory<AthContainersRootTest::Foo>;
52 template class AuxTypeVectorFactory<AthContainersRootTest::L2>;
56 #endif // not ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H