#include <iostream>#include <fstream>#include <string>#include <boost/archive/text_iarchive.hpp>

Go to the source code of this file.
Namespaces | |
| utils | |
Functions | |
| template<class Tobject , class Tfilename > | |
| bool | utils::load (Tobject &object, Tfilename filename) |
| template<class Tobject , class Tfilename > | |
| bool | utils::load (Tobject *object, Tfilename &filename) |
| template<class Tobject > | |
| bool | utils::load (Tobject *object, const char *filename) |
1.8.6