]> Dogcows Code - chaz/yoink/blob - src/stlplus/persistence/persistent_stl.hpp
testing new non-autotools build system
[chaz/yoink] / src / stlplus / persistence / persistent_stl.hpp
1 #ifndef STLPLUS_PERSISTENT_STL
2 #define STLPLUS_PERSISTENT_STL
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 // Set of persistence routines for the STL classes
11
12 ////////////////////////////////////////////////////////////////////////////////
13
14 #include "persistent_bitset.hpp"
15 #include "persistent_complex.hpp"
16 #include "persistent_deque.hpp"
17 #include "persistent_list.hpp"
18 #include "persistent_map.hpp"
19 #include "persistent_multimap.hpp"
20 #include "persistent_multiset.hpp"
21 #include "persistent_pair.hpp"
22 #include "persistent_set.hpp"
23 #include "persistent_string.hpp"
24 #include "persistent_vector.hpp"
25
26 #endif
This page took 0.02911 seconds and 4 git commands to generate.