ATLAS Offline Software
BuiltinsClids.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // BuiltinsClids.h
8 // Header file for CLIDs for C++ builtins
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef SGTOOLS_BUILTINSCLIDS_H
12 #define SGTOOLS_BUILTINSCLIDS_H
13 
14 #include "AthenaKernel/CLASS_DEF.h"
15 #include <string>
16 
17 CLASS_DEF( char , 81926032 , 1 )
18 CLASS_DEF( bool , 134610868 , 1 )
19 CLASS_DEF( int , 244260744 , 1 )
20 CLASS_DEF( unsigned int , 78410462 , 1 )
21 CLASS_DEF( long , 136869678 , 1 )
22 CLASS_DEF( unsigned long , 47413844 , 1 )
23 CLASS_DEF( unsigned long long , 70769527 , 1 )
24 CLASS_DEF( long long , 16133813 , 1 )
25 CLASS_DEF( float , 225912587 , 1 )
26 CLASS_DEF( double , 239989609 , 1 )
27 CLASS_DEF( std::string , 116449351 , 1 )
28 
29 #endif // !SGTOOLS_BUILTINSCLIDS_H
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