]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_pointer.hpp
remove some unused stlplus modules
[chaz/yoink] / src / stlplus / strings / string_pointer.hpp
diff --git a/src/stlplus/strings/string_pointer.hpp b/src/stlplus/strings/string_pointer.hpp
deleted file mode 100644 (file)
index abdc825..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef STLPLUS_STRING_POINTER
-#define STLPLUS_STRING_POINTER
-////////////////////////////////////////////////////////////////////////////////
-
-//   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 object pointed to
-
-////////////////////////////////////////////////////////////////////////////////
-#include "strings_fixes.hpp"
-#include <string>
-
-namespace stlplus
-{
-
-  template <typename T, typename S>
-  std::string pointer_to_string(const T* value,
-                                S to_string_fn,
-                                const std::string& null_string = "<null>",
-                                const std::string& prefix = "(",
-                                const std::string& suffix = ")");
-
-
-}
-
-#include "string_pointer.tpp"
-#endif
This page took 0.018117 seconds and 4 git commands to generate.