The Gaudi Framework  master (37c0b60a)
dict.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 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 \***********************************************************************************/
12 #include <GaudiKernel/DataObject.h>
14 #include <GaudiKernel/SmartRef.h>
15 
17 #include <GaudiTestSuite/Counter.h>
18 #include <GaudiTestSuite/Event.h>
19 #include <GaudiTestSuite/MyTrack.h>
21 
23 
25 #include <GaudiExamples/Counter.h>
26 #include <GaudiExamples/Event.h>
27 #include <GaudiExamples/MyTrack.h>
28 #include <GaudiExamples/MyVertex.h>
29 
30 // template ObjectVector<MyTrack>;
31 // template ObjectVector<MyVertex>;
32 // template std::vector<MyTrack*>;
33 // template std::vector<MyVertex*>;
34 // template std::vector<SmartRef<MyTrack> >;
35 // template std::vector<SmartRef<MyVertex> >;
36 // template KeyedContainer<MyTrack>;
37 // template KeyedContainer<MyVertex>;
38 // template KeyedObject<long>;
39 // template std::vector<KeyedObject<long int>* >;
51  // KeyedObject<long> i11;
52  // std::vector<KeyedObject<long int>* > i12;
53 
62 };
63 
64 #ifdef __ICC
65 // disable icc warning #191: type qualifier is meaningless on cast type
66 // ... a lot of noise produced by the dictionary
67 # pragma warning( disable : 191 )
68 #endif
POOLIOTestDict__Instantiations::i1
ObjectVector< Gaudi::TestSuite::MyTrack > i1
Definition: dict.h:41
POOLIOTestDict__Instantiations::i10
std::vector< KeyedObject< int > * > i10
Definition: dict.h:50
Event.h
Collision.h
MyVertex.h
ObjectVector< Gaudi::TestSuite::MyTrack >
Counter.h
MyTrack.h
std::vector< Gaudi::TestSuite::MyTrack * >
POOLIOTestDict__Instantiations
Definition: dict.h:40
POOLIOTestDict__Instantiations::i2
ObjectVector< Gaudi::TestSuite::MyVertex > i2
Definition: dict.h:42
POOLIOTestDict__Instantiations::i5
std::vector< SmartRef< Gaudi::TestSuite::MyTrack > > i5
Definition: dict.h:45
POOLIOTestDict__Instantiations::e7
KeyedContainer< Gaudi::Examples::MyTrack > e7
Definition: dict.h:60
POOLIOTestDict__Instantiations::e6
std::vector< SmartRef< Gaudi::Examples::MyVertex > > e6
Definition: dict.h:59
POOLIOTestDict__Instantiations::e2
ObjectVector< Gaudi::Examples::MyVertex > e2
Definition: dict.h:55
MyTrack.h
POOLIOTestDict__Instantiations::e3
std::vector< Gaudi::Examples::MyTrack * > e3
Definition: dict.h:56
POOLIOTestDict__Instantiations::e8
KeyedContainer< Gaudi::Examples::MyVertex > e8
Definition: dict.h:61
ObjectVector.h
POOLIOTestDict__Instantiations::e1
ObjectVector< Gaudi::Examples::MyTrack > e1
Definition: dict.h:54
KeyedContainer< Gaudi::TestSuite::MyTrack >
KeyedObject< int >
Event.h
POOLIOTestDict__Instantiations::e5
std::vector< SmartRef< Gaudi::Examples::MyTrack > > e5
Definition: dict.h:58
SmartRef.h
POOLIOTestDict__Instantiations::i7
KeyedContainer< Gaudi::TestSuite::MyTrack > i7
Definition: dict.h:47
POOLIOTestDict__Instantiations::i8
KeyedContainer< Gaudi::TestSuite::MyVertex > i8
Definition: dict.h:48
DataObject.h
MyVertex.h
Collision.h
POOLIOTestDict__Instantiations::i6
std::vector< SmartRef< Gaudi::TestSuite::MyVertex > > i6
Definition: dict.h:46
POOLIOTestDict__Instantiations::e4
std::vector< Gaudi::Examples::MyVertex * > e4
Definition: dict.h:57
POOLIOTestDict__Instantiations::i4
std::vector< Gaudi::TestSuite::MyVertex * > i4
Definition: dict.h:44
MyStruct.h
ContainedObject.h
POOLIOTestDict__Instantiations::i9
KeyedObject< int > i9
Definition: dict.h:49
POOLIOTestDict__Instantiations::i3
std::vector< Gaudi::TestSuite::MyTrack * > i3
Definition: dict.h:43
Counter.h