ATLAS Offline Software
AthenaPoolTestMap.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
15 #ifndef ATHENAPOOLTESTDATA_ATHENAPOOLTESTMAP_H
16 # define ATHENAPOOLTESTDATA_ATHENAPOOLTESTMAP_H
17 
18 //<<<<<< INCLUDES >>>>>>
19 #include "AthenaKernel/CLASS_DEF.h"
21 #include <map>
22 //<<<<<< CLASS DECLARATIONS >>>>>>
23 
30 class AthenaPoolTestMap : public std::map<unsigned int, AthenaPoolTestMapData> {
31  public:
33  virtual ~AthenaPoolTestMap();
34 };
35 CLASS_DEF(AthenaPoolTestMap, 153882669, 1)
36 
37 
38 
39 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
40 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
41 
42 #endif // ATHENAPOOLTESTDATA_ATHENAPOOLTESTMAP_H
AthenaPoolTestMap::~AthenaPoolTestMap
virtual ~AthenaPoolTestMap()
Definition: AthenaPoolTestMap.cxx:25
AthenaPoolTestMapData.h
Test class for embedded collections.
AthenaPoolTestMap
Definition: AthenaPoolTestMap.h:30
AthenaPoolTestMap::AthenaPoolTestMap
AthenaPoolTestMap()
Definition: AthenaPoolTestMap.cxx:21
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type