X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistence.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistence.hpp;h=6a47838062f6f4a49c103c360ddbbaa9dc5f0951;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hp=0000000000000000000000000000000000000000;hpb=85783316365181491a3e3c0c63659972477cebba;p=chaz%2Fyoink diff --git a/src/stlplus/persistence/persistence.hpp b/src/stlplus/persistence/persistence.hpp new file mode 100644 index 0000000..6a47838 --- /dev/null +++ b/src/stlplus/persistence/persistence.hpp @@ -0,0 +1,22 @@ +#ifndef STLPLUS_PERSISTENCE +#define STLPLUS_PERSISTENCE +//////////////////////////////////////////////////////////////////////////////// + +// Author: Andy Rushton +// Copyright: (c) Southampton University 1999-2004 +// (c) Andy Rushton 2004-2009 +// License: BSD License, see ../docs/license.html + +// Header that includes all the persistence routines in one go + +//////////////////////////////////////////////////////////////////////////////// + +#include "persistent_contexts.hpp" +#include "persistent_shortcuts.hpp" +#include "persistent_basic.hpp" +#include "persistent_pointers.hpp" +#include "persistent_stl.hpp" +#include "persistent_stlplus.hpp" + +//////////////////////////////////////////////////////////////////////////////// +#endif