checkpoint.h File Reference
This header defines utility functions for checkpointing data structures. More...
#include <ssrc/wispers-packages.h>#include <boost/archive/binary_iarchive.hpp>#include <boost/archive/binary_oarchive.hpp>#include <boost/filesystem/convenience.hpp>#include <fstream>
Include dependency graph for checkpoint.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | utility |
The utility namespace contains utility classes. | |
Functions | |
| template<typename T > | |
| void | utility::save_checkpoint (const std::string &filename, const T &data) SSRC_DECL_THROW(std |
| template<typename T > | |
| void | utility::load_checkpoint (const std::string &filename, T &data) SSRC_DECL_THROW(std |
Detailed Description
This header defines utility functions for checkpointing data structures.
Definition in file checkpoint.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.