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