13#ifndef ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
14#define ATHCONTAINERSROOT_ATHCONTAINERSROOTTESTDICT_H
17#include "AthContainersRoot/test/Foo.h"
19#include "AthLinks/ElementLink.h"
20#include "AthLinks/DataLink.h"
37template class std::vector<AthContainersRootTest::Foo*>;
39template class std::vector<ElementLink<std::vector<AthContainersRootTest::Foo*> > >;
40template class std::vector<std::vector<ElementLink<std::vector<AthContainersRootTest::Foo*> > > >;
42template class std::vector<DataLink<std::vector<AthContainersRootTest::Foo*> > >;
43template class std::vector<std::vector<DataLink<std::vector<AthContainersRootTest::Foo*> > > >;
45template class std::vector<AthContainersRootTest::Foo>;
47template class std::vector<ElementLink<std::vector<AthContainersRootTest::Foo> > >;
48template class std::vector<std::vector<ElementLink<std::vector<AthContainersRootTest::Foo> > > >;
50template class std::vector<AthContainersRootTest::L1>;
51template class std::vector<AthContainersRootTest::L2>;
52template class std::vector<AthContainersRootTest::L3>;
55template class AuxTypeVectorFactory<AthContainersRootTest::Foo>;
56template class AuxTypeVectorFactory<AthContainersRootTest::L2>;
Factory object that creates vectors using AuxTypeVector.
Object reference supporting deferred reading from StoreGate.
ElementLink implementation for ROOT usage.