#include <fstream>#include <iostream>#include <boost/archive/text_oarchive.hpp>#include "utils/utils.h"

Go to the source code of this file.
Namespaces | |
| utils | |
Functions | |
| template<class T > | |
| void | utils::save (T &object, const std::string &filename) |
| template<class T > | |
| void | utils::save (T *object, const std::string &filename) |
| template<class T > | |
| bool | utils::saveIfUpdated (T &object, const char *filename) |
| template<class T > | |
| bool | utils::saveIfUpdated (T *object, const char *filename) |
1.8.6