ATLAS Offline Software
Loading...
Searching...
No Matches
StlVectorClids.h
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// StlVectorClids.h
8// Header file for CLIDs for various std::vector<T>
9// Author: S.Binet<binet@cern.ch>
11#ifndef SGTOOLS_STLVECTORCLIDS_H
12#define SGTOOLS_STLVECTORCLIDS_H
13
15#include <vector>
16#include <string>
17#include <stdint.h>
18
19CLASS_DEF( std::vector<bool> , 45822813 , 1 )
20CLASS_DEF( std::vector<short> , 35706084 , 1 )
21CLASS_DEF( std::vector<int> , 22592129 , 1 )
22CLASS_DEF( std::vector<long> , 6675975 , 1 )
23CLASS_DEF( std::vector<float> , 202242136 , 1 )
24CLASS_DEF( std::vector<double> , 219400222 , 1 )
25CLASS_DEF( std::vector<std::string> , 25884436 , 1 )
26CLASS_DEF( std::vector<char> , 206378829 , 1 )
27
28CLASS_DEF( std::vector<unsigned short> , 238793770 , 1 )
29CLASS_DEF( std::vector<unsigned int> , 177480351 , 1 )
30CLASS_DEF( std::vector<unsigned long> , 18868981 , 1 )
31CLASS_DEF( std::vector<unsigned long long> , 35119468 , 1 )
32
33CLASS_DEF( std::vector<std::vector<bool> > , 255356807 , 1 )
34CLASS_DEF( std::vector<std::vector<char> > , 70698075 , 1 )
35CLASS_DEF( std::vector<std::vector<short> > , 24204906 , 1 )
36CLASS_DEF( std::vector<std::vector<int> > , 23262399 , 1 )
37CLASS_DEF( std::vector<std::vector<uint8_t> > , 126048273 , 1 )
38CLASS_DEF( std::vector<std::vector<unsigned short> > , 247252788 , 1 )
39CLASS_DEF( std::vector<std::vector<unsigned int> > , 213985193 , 1 )
40CLASS_DEF( std::vector<std::vector<unsigned long> > , 205717523 , 1 )
41CLASS_DEF( std::vector<std::vector<unsigned long long> > , 76977490 , 1 )
42CLASS_DEF( std::vector<std::vector<float> > , 258753314 , 1 )
43CLASS_DEF( std::vector<std::vector<double> > , 154043868 , 1 )
44CLASS_DEF( std::vector<std::vector<std::string> > , 101141770 , 1 )
45
46CLASS_DEF( std::vector<std::vector<std::vector<int> > > , 85220325 , 1 )
47CLASS_DEF( std::vector<std::vector<std::vector<float> > > , 82469196 , 1 )
48
49#endif // !SGTOOLS_STLVECTORCLIDS_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
STL namespace.