persistence/persistent_basic.hpp
1: #ifndef STLPLUS_PERSISTENT_BASIC
2: #define STLPLUS_PERSISTENT_BASIC
3: ////////////////////////////////////////////////////////////////////////////////
4:
5: // Author: Andy Rushton
6: // Copyright: (c) Southampton University 1999-2004
7: // (c) Andy Rushton 2004-2008
8: // License: BSD License, see ../docs/license.html
9:
10: // Persistence of basic types
11:
12: ////////////////////////////////////////////////////////////////////////////////
13: ////////////////////////////////////////////////////////////////////////////////
14:
15: #include "persistent_bool.hpp"
16: #include "persistent_cstring.hpp"
17: #include "persistent_enum.hpp"
18: #include "persistent_float.hpp"
19: #include "persistent_int.hpp"
20:
21: ////////////////////////////////////////////////////////////////////////////////
22: #endif