]> Dogcows Code - chaz/yoink/blob - src/stlplus/persistence/persistence.hpp
archiving support for releases
[chaz/yoink] / src / stlplus / persistence / persistence.hpp
1 #ifndef STLPLUS_PERSISTENCE
2 #define STLPLUS_PERSISTENCE
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 // Header that includes all the persistence routines in one go
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "persistent_contexts.hpp"
15 #include "persistent_shortcuts.hpp"
16 #include "persistent_basic.hpp"
17 #include "persistent_pointers.hpp"
18 #include "persistent_stl.hpp"
19 #include "persistent_stlplus.hpp"
20
21 ////////////////////////////////////////////////////////////////////////////////
22 #endif
This page took 0.032199 seconds and 4 git commands to generate.