persistence/persistent_pointers.hpp

    1: #ifndef STLPLUS_PERSISTENT_POINTERS
    2: #define STLPLUS_PERSISTENT_POINTERS
    3: ////////////////////////////////////////////////////////////////////////////////
    4: 
    5: //   Author:    Andy Rushton
    6: //   Copyright: (c) Andy Rushton, 2007
    7: //   License:   BSD License, see ../docs/license.html
    8: 
    9: //   Persistence of all pointer types
   10: 
   11: ////////////////////////////////////////////////////////////////////////////////
   12: ////////////////////////////////////////////////////////////////////////////////
   13: 
   14: #include "persistent_pointer.hpp"
   15: #include "persistent_xref.hpp"
   16: #include "persistent_callback.hpp"
   17: #include "persistent_interface.hpp"
   18: 
   19: ////////////////////////////////////////////////////////////////////////////////
   20: #endif