]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/persistence/persistent_inf.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / persistence / persistent_inf.hpp
diff --git a/src/stlplus/persistence/persistent_inf.hpp b/src/stlplus/persistence/persistent_inf.hpp
new file mode 100644 (file)
index 0000000..2b456d9
--- /dev/null
@@ -0,0 +1,25 @@
+#ifndef STLPLUS_PERSISTENT_INF\r
+#define STLPLUS_PERSISTENT_INF\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
+//     Persistence of stlplus infinite integer type - inf\r
+\r
+////////////////////////////////////////////////////////////////////////////////\r
+#include "persistence_fixes.hpp"\r
+#include "persistent_contexts.hpp"\r
+#include "inf.hpp"\r
+\r
+namespace stlplus\r
+{\r
+\r
+  void dump_inf(dump_context&, const inf& data) throw(persistent_dump_failed);\r
+  void restore_inf(restore_context&, inf& data) throw(persistent_restore_failed);\r
+\r
+} // end namespace stlplus\r
+\r
+#endif\r
This page took 0.02102 seconds and 4 git commands to generate.