]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_hash.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_hash.hpp
index 43a76f4a67a69a3976c5be7d8fee5c75f5762574..36915b552aac56854aaff1d3c6604e5ed3aa32f9 100644 (file)
@@ -1,34 +1,34 @@
-#ifndef STLPLUS_PRINT_HASH\r
-#define STLPLUS_PRINT_HASH\r
-////////////////////////////////////////////////////////////////////////////////\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
-//   Generate a string representation of a hash\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include "hash.hpp"\r
-#include <string>\r
-#include <iostream>\r
-\r
-////////////////////////////////////////////////////////////////////////////////\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
-} // end namespace stlplus\r
-\r
-#include "print_hash.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_HASH
+#define STLPLUS_PRINT_HASH
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Generate a string representation of a hash
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include "hash.hpp"
+#include <string>
+#include <iostream>
+
+////////////////////////////////////////////////////////////////////////////////
+
+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 = ",");
+
+} // end namespace stlplus
+
+#include "print_hash.tpp"
+#endif
This page took 0.019726 seconds and 4 git commands to generate.