The Gaudi Framework  v32r2 (46d42edc)
SerializeSTLFwd.h
Go to the documentation of this file.
1 
7 #ifndef GAUDIKERNEL_SERIALIZESTLFWD_H_
8 #define GAUDIKERNEL_SERIALIZESTLFWD_H_
9 
10 #include "GaudiKernel/HashMap.h"
11 #include "GaudiKernel/Map.h"
12 #include <list>
13 #include <map>
14 #include <ostream>
15 #include <utility>
16 #include <vector>
17 
18 namespace GaudiUtils {
20  template <class T, class ALLOC>
22 
24  template <class T, class ALLOC>
26 
28  template <class T1, class T2>
30 
32  template <class T1, class T2, class COMP, class ALLOC>
34 
36  template <class K, class T, class M>
38 
42  template <class K, class T, class H, class M>
44 } // namespace GaudiUtils
45 
46 #endif /*GAUDIKERNEL_SERIALIZESTLFWD_H_*/
Extension of the STL map.
Definition: Map.h:81
STL class.
constexpr double m
Definition: SystemOfUnits.h:92
STL class.
dictionary l
Definition: gaudirun.py:523
STL class.
Forward declarations for the functions in SerializeSTL.h.
Definition: GaudiHistoID.h:136
Common class providing an architecture-independent hash map.
Definition: HashMap.h:73
string s
Definition: gaudirun.py:318
STL class.
std::ostream & operator<<(std::ostream &s, const std::vector< T, ALLOC > &v)
Serialize an std::vector in a python like format. E.g. "[1, 2, 3]".
Definition: SerializeSTL.h:55