]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/strings.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / strings / strings.hpp
diff --git a/src/stlplus/strings/strings.hpp b/src/stlplus/strings/strings.hpp
new file mode 100644 (file)
index 0000000..06a6e92
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef STLPLUS_STRINGS\r
+#define STLPLUS_STRINGS\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
+//   Header for including the whole strings library in one go\r
+\r
+//   The strings library prints C and C++ types into a std::string\r
+\r
+//   - it extends the numeric presentation of integers to include any radix from 2 - 36\r
+//   - it allows the printing of data structures - useful for diagnostic dumps\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+\r
+#include "string_utilities.hpp"\r
+\r
+#include "string_basic.hpp"\r
+#include "string_stl.hpp"\r
+#include "string_stlplus.hpp"\r
+\r
+#include "print_basic.hpp"\r
+#include "print_stl.hpp"\r
+#include "print_stlplus.hpp"\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+#endif\r
This page took 0.021495 seconds and 4 git commands to generate.