OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Namespaces | Functions
save.h File Reference
#include <fstream>
#include <iostream>
#include <boost/archive/text_oarchive.hpp>
#include "utils/utils.h"
Include dependency graph for save.h:
This graph shows which files directly or indirectly include this file:

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)