X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistent_stl.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistent_stl.hpp;h=bc2f32b27bfc28dde48e9d0d808751b1ec4d3c19;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hp=0000000000000000000000000000000000000000;hpb=85783316365181491a3e3c0c63659972477cebba;p=chaz%2Fyoink diff --git a/src/stlplus/persistence/persistent_stl.hpp b/src/stlplus/persistence/persistent_stl.hpp new file mode 100644 index 0000000..bc2f32b --- /dev/null +++ b/src/stlplus/persistence/persistent_stl.hpp @@ -0,0 +1,26 @@ +#ifndef STLPLUS_PERSISTENT_STL +#define STLPLUS_PERSISTENT_STL +//////////////////////////////////////////////////////////////////////////////// + +// Author: Andy Rushton +// Copyright: (c) Southampton University 1999-2004 +// (c) Andy Rushton 2004-2009 +// License: BSD License, see ../docs/license.html + +// Set of persistence routines for the STL classes + +//////////////////////////////////////////////////////////////////////////////// + +#include "persistent_bitset.hpp" +#include "persistent_complex.hpp" +#include "persistent_deque.hpp" +#include "persistent_list.hpp" +#include "persistent_map.hpp" +#include "persistent_multimap.hpp" +#include "persistent_multiset.hpp" +#include "persistent_pair.hpp" +#include "persistent_set.hpp" +#include "persistent_string.hpp" +#include "persistent_vector.hpp" + +#endif