7 #ifndef GAUDIKERNEL_SERIALIZESTLFWD_H_ 8 #define GAUDIKERNEL_SERIALIZESTLFWD_H_ 20 template <
class T,
class ALLOC>
21 inline std::ostream& operator<<( std::ostream& s, const std::vector<T, ALLOC>& v );
24 template <
class T,
class ALLOC>
25 inline std::ostream& operator<<( std::ostream& s, const std::list<T, ALLOC>&
l );
28 template <
class T1,
class T2>
29 inline std::ostream& operator<<( std::ostream& s, const std::pair<T1, T2>& p );
32 template <
class T1,
class T2,
class COMP,
class ALLOC>
33 inline std::ostream& operator<<( std::ostream& s, const std::map<T1, T2, COMP, ALLOC>&
m );
36 template <
class K,
class T,
class M>
37 inline std::ostream& operator<<( std::ostream& s, const GaudiUtils::Map<K, T, M>&
m );
42 template <
class K,
class T,
class H,
class M>
43 inline std::ostream& operator<<( std::ostream& s, const GaudiUtils::HashMap<K, T, H, M>&
m );
Forward declarations for the functions in SerializeSTL.h.