]> Dogcows Code - chaz/yoink/blob - src/stlplus/persistence/persistent_inf.hpp
2b456d9fa35af4acb13ffd14d95c15633754ded2
[chaz/yoink] / src / stlplus / persistence / persistent_inf.hpp
1 #ifndef STLPLUS_PERSISTENT_INF
2 #define STLPLUS_PERSISTENT_INF
3 ////////////////////////////////////////////////////////////////////////////////
4
5 // Author: Andy Rushton
6 // Copyright: (c) Southampton University 1999-2004
7 // (c) Andy Rushton 2004-2009
8 // License: BSD License, see ../docs/license.html
9
10 // Persistence of stlplus infinite integer type - inf
11
12 ////////////////////////////////////////////////////////////////////////////////
13 #include "persistence_fixes.hpp"
14 #include "persistent_contexts.hpp"
15 #include "inf.hpp"
16
17 namespace stlplus
18 {
19
20 void dump_inf(dump_context&, const inf& data) throw(persistent_dump_failed);
21 void restore_inf(restore_context&, inf& data) throw(persistent_restore_failed);
22
23 } // end namespace stlplus
24
25 #endif
This page took 0.030043 seconds and 3 git commands to generate.