13#ifndef ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
14#define ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
17#include "AthContainersRoot/test/Foo.h"
19#include "AthLinks/ElementLink.h"
36template class std::vector<AthContainersRootTest::Foo*>;
38template class std::vector<ElementLink<std::vector<AthContainersRootTest::Foo*> > >;
39template class std::vector<std::vector<ElementLink<std::vector<AthContainersRootTest::Foo*> > > >;
41template class std::vector<AthContainersRootTest::Foo>;
43template class std::vector<ElementLink<std::vector<AthContainersRootTest::Foo> > >;
44template class std::vector<std::vector<ElementLink<std::vector<AthContainersRootTest::Foo> > > >;
46template class std::vector<AthContainersRootTest::L1>;
47template class std::vector<AthContainersRootTest::L2>;
48template class std::vector<AthContainersRootTest::L3>;
51template class AuxTypeVectorFactory<AthContainersRootTest::Foo>;
52template class AuxTypeVectorFactory<AthContainersRootTest::L2>;
Factory object that creates vectors using AuxTypeVector.
ElementLink implementation for ROOT usage.