]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_hash.tpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_hash.tpp
index 5b3bd96f588dabb0ae813f47be129113b5bfda54..84d2fe4d3b5d83131a693aee55f48db5e6b1b267 100644 (file)
@@ -1,29 +1,29 @@
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "print_sequence.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename K, typename T, typename H, typename E, typename KS, typename TS>\r
-  void print_hash(std::ostream& device,\r
-                  const hash<K,T,H,E>& values,\r
-                  KS key_print_fn,\r
-                  TS value_print_fn,\r
-                  const std::string& pair_separator,\r
-                  const std::string& separator)\r
-  {\r
-    print_pair_sequence(device, \r
-                        values.begin(), values.end(),\r
-                        key_print_fn, value_print_fn,\r
-                        pair_separator, separator);\r
-  }\r
-\r
-} // end namespace stlplus\r
-\r
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+////////////////////////////////////////////////////////////////////////////////
+#include "print_sequence.hpp"
+
+namespace stlplus
+{
+
+  template<typename K, typename T, typename H, typename E, typename KS, typename TS>
+  void print_hash(std::ostream& device,
+                  const hash<K,T,H,E>& values,
+                  KS key_print_fn,
+                  TS value_print_fn,
+                  const std::string& pair_separator,
+                  const std::string& separator)
+  {
+    print_pair_sequence(device, 
+                        values.begin(), values.end(),
+                        key_print_fn, value_print_fn,
+                        pair_separator, separator);
+  }
+
+} // end namespace stlplus
+
This page took 0.020953 seconds and 4 git commands to generate.