10 #ifndef extendedTypeEncoding_H_
11 #define extendedTypeEncoding_H_
35 template <
typename K,
typename V,
typename Pr,
typename Alloc>
39 template <
typename K,
typename V,
typename Pr,
typename Alloc>
42 DT_DLL_VRVUTIL DtMessage& operator<<( DtMessage& msg,const std::map<std::string,std::string>& map );
47 template <
typename Elem,
typename Alloc>
51 template <
typename Elem,
typename Alloc>
54 DT_DLL_VRVUTIL DtMessage& operator<<( DtMessage& msg, const std::vector<std::string>& v);
57 DT_DLL_VRVUTIL DtMessage& operator<<( DtMessage& msg, const std::vector<unsigned long long>& v);
60 DT_DLL_VRVUTIL DtMessage& operator<<( DtMessage& msg, const std::vector<unsigned int>& v);
63 DT_DLL_VRVUTIL DtMessage& operator<<( DtMessage& msg, const std::vector<double>& v);
66 DT_DLL_VRVUTIL DtMessage& operator<<( DtMessage& msg, const std::vector<DtVector>& v);