]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_sequence.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_sequence.hpp
index 411ddd58b29e83c702eda3b44b5c8a1a1134b0c4..317fbf23a0c61a5d40f207fa66a98f688b2d7759 100644 (file)
@@ -1,46 +1,46 @@
-#ifndef STLPLUS_PRINT_SEQUENCE\r
-#define STLPLUS_PRINT_SEQUENCE\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 string representations of sequences represented by forward iterators\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <iostream>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // any forward iterator sequence\r
-\r
-  template <typename I, typename S>\r
-  void print_sequence(std::ostream& device,\r
-                      I begin, I end, \r
-                      S print_fn,\r
-                      const std::string& separator);\r
-\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // any forward iterator sequence of pairs\r
-\r
-  template <typename I, typename S1, typename S2>\r
-  void print_pair_sequence(std::ostream& device,\r
-                           I begin, I end,\r
-                           S1 print_fn1,\r
-                           S2 print_fn2,\r
-                           const std::string& pair_separator,\r
-                           const std::string& separator);\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-} // end namespace stlplus\r
-\r
-#include "print_sequence.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_SEQUENCE
+#define STLPLUS_PRINT_SEQUENCE
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Generate string representations of sequences represented by forward iterators
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <iostream>
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // any forward iterator sequence
+
+  template <typename I, typename S>
+  void print_sequence(std::ostream& device,
+                      I begin, I end, 
+                      S print_fn,
+                      const std::string& separator);
+
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // any forward iterator sequence of pairs
+
+  template <typename I, typename S1, typename S2>
+  void print_pair_sequence(std::ostream& device,
+                           I begin, I end,
+                           S1 print_fn1,
+                           S2 print_fn2,
+                           const std::string& pair_separator,
+                           const std::string& separator);
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#include "print_sequence.tpp"
+#endif
This page took 0.020107 seconds and 4 git commands to generate.