]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_stlplus.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / strings / string_stlplus.hpp
diff --git a/src/stlplus/strings/string_stlplus.hpp b/src/stlplus/strings/string_stlplus.hpp
new file mode 100644 (file)
index 0000000..bdcad7b
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef STLPLUS_STRING_STLPLUS\r
+#define STLPLUS_STRING_STLPLUS\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
+//   Template string conversions for the STLplus containers\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+\r
+// can be excluded to break the dependency on the containers library\r
+#ifndef NO_STLPLUS_CONTAINERS\r
+#include "string_digraph.hpp"\r
+#include "string_foursome.hpp"\r
+#include "string_hash.hpp"\r
+#include "string_matrix.hpp"\r
+#include "string_ntree.hpp"\r
+#include "string_smart_ptr.hpp"\r
+#include "string_triple.hpp"\r
+#endif\r
+\r
+// can be excluded to break the dependency on the portability library\r
+#ifndef NO_STLPLUS_INF\r
+#include "string_inf.hpp"\r
+#endif\r
+\r
+#endif\r
This page took 0.021494 seconds and 4 git commands to generate.