]> Dogcows Code - chaz/yoink/blob - src/stlplus/persistence/persistent_pointers.hpp
archiving support for releases
[chaz/yoink] / src / stlplus / persistence / persistent_pointers.hpp
1 #ifndef STLPLUS_PERSISTENT_POINTERS
2 #define STLPLUS_PERSISTENT_POINTERS
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 all pointer types
11
12 ////////////////////////////////////////////////////////////////////////////////
13 ////////////////////////////////////////////////////////////////////////////////
14
15 #include "persistent_pointer.hpp"
16 #include "persistent_xref.hpp"
17 #include "persistent_callback.hpp"
18 #include "persistent_interface.hpp"
19
20 ////////////////////////////////////////////////////////////////////////////////
21 #endif
This page took 0.031928 seconds and 4 git commands to generate.