persistence/persistence.hpp

    1: #ifndef STLPLUS_PERSISTENCE
    2: #define STLPLUS_PERSISTENCE
    3: ////////////////////////////////////////////////////////////////////////////////
    4: 
    5: //   Author:    Andy Rushton
    6: //   Copyright: (c) Andy Rushton, 2007
    7: //   License:   BSD License, see ../docs/license.html
    8: 
    9: //   Header that includes all the persistence routines in one go
   10: 
   11: ////////////////////////////////////////////////////////////////////////////////
   12: 
   13: #include "persistent_contexts.hpp"
   14: #include "persistent_shortcuts.hpp"
   15: #include "persistent_basic.hpp"
   16: #include "persistent_pointers.hpp"
   17: #include "persistent_stl.hpp"
   18: #include "persistent_stlplus.hpp"
   19: 
   20: ////////////////////////////////////////////////////////////////////////////////
   21: #endif