tue_serialization
Namespaces | Functions
filesystem.cpp File Reference
#include "tue/serialization/filesystem.h"
#include "tue/serialization/conversions.h"
#include <fstream>
Include dependency graph for filesystem.cpp:

Go to the source code of this file.

Namespaces

 tue
 
 tue::serialization
 

Functions

bool tue::serialization::fromFile (const std::string &filename, Archive &a)
 
bool tue::serialization::toFile (const Archive &a, const std::string &filename)