]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_ntree.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_ntree.hpp
index 47c1a460c0c7cbe98869e49a167d965f6d7670c9..f09ea730a5aa69874c614b0c8f423cb6959af241 100644 (file)
@@ -1,33 +1,33 @@
-#ifndef STLPLUS_PRINT_NTREE\r
-#define STLPLUS_PRINT_NTREE\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 an ntree\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include "ntree.hpp"\r
-#include <string>\r
-#include <iostream>\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-namespace stlplus\r
-{\r
-\r
-  template<typename T, typename S>\r
-  void print_ntree(std::ostream& device,\r
-                   const ntree<T>& values,\r
-                   S print_fn,\r
-                   const std::string& separator = "|",\r
-                   const std::string& indent_string = "  ");\r
-\r
-} // end namespace stlplus\r
-\r
-#include "print_ntree.tpp"\r
-#endif\r
+#ifndef STLPLUS_PRINT_NTREE
+#define STLPLUS_PRINT_NTREE
+////////////////////////////////////////////////////////////////////////////////
+
+//   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 an ntree
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include "ntree.hpp"
+#include <string>
+#include <iostream>
+
+////////////////////////////////////////////////////////////////////////////////
+
+namespace stlplus
+{
+
+  template<typename T, typename S>
+  void print_ntree(std::ostream& device,
+                   const ntree<T>& values,
+                   S print_fn,
+                   const std::string& separator = "|",
+                   const std::string& indent_string = "  ");
+
+} // end namespace stlplus
+
+#include "print_ntree.tpp"
+#endif
This page took 0.022137 seconds and 4 git commands to generate.