]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_sequence.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_sequence.hpp
index f029031e65e66f0d45cfaa3ab1b6957312d75be1..591692edf31aa185e07664d41cc55781b58dfb1a 100644 (file)
@@ -1,45 +1,45 @@
-#ifndef STLPLUS_STRING_SEQUENCE\r
-#define STLPLUS_STRING_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
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // any forward iterator sequence\r
-\r
-  template <typename I, typename S>\r
-  std::string sequence_to_string(I begin,\r
-                                 I end, \r
-                                 S to_string,\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
-  std::string pair_sequence_to_string(I begin,\r
-                                      I end,\r
-                                      S1 to_string_fn1,\r
-                                      S2 to_string_fn2,\r
-                                      const std::string& pair_separator,\r
-                                      const std::string& separator);\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-} // end namespace stlplus\r
-\r
-#include "string_sequence.tpp"\r
-#endif\r
+#ifndef STLPLUS_STRING_SEQUENCE
+#define STLPLUS_STRING_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>
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // any forward iterator sequence
+
+  template <typename I, typename S>
+  std::string sequence_to_string(I begin,
+                                 I end, 
+                                 S to_string,
+                                 const std::string& separator);
+
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // any forward iterator sequence of pairs
+
+  template <typename I, typename S1, typename S2>
+  std::string pair_sequence_to_string(I begin,
+                                      I end,
+                                      S1 to_string_fn1,
+                                      S2 to_string_fn2,
+                                      const std::string& pair_separator,
+                                      const std::string& separator);
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
+
+#include "string_sequence.tpp"
+#endif
This page took 0.021602 seconds and 4 git commands to generate.