tue_serialization
include
tue
serialization
filesystem.h
Go to the documentation of this file.
1
#ifndef TUE_SERIALIZATION_FILESYSTEM_H_
2
#define TUE_SERIALIZATION_FILESYSTEM_H_
3
4
#include <
istream
>
5
#include <
vector
>
6
7
#include "
input_archive.h
"
8
#include "
output_archive.h
"
9
#include "
archive.h
"
10
11
namespace
tue
12
{
13
namespace
serialization
14
{
15
16
bool
toFile
(
const
Archive& a,
const
std::string
& filename);
17
18
bool
fromFile
(
const
std::string
& filename, Archive& a);
19
20
}
21
22
}
23
24
#endif
std::string
tue::serialization::fromFile
bool fromFile(const std::string &filename, Archive &a)
Definition:
filesystem.cpp:34
vector
tue::serialization::toFile
bool toFile(const Archive &a, const std::string &filename)
Definition:
filesystem.cpp:14
istream
output_archive.h
archive.h
input_archive.h
tue
Definition:
archive.h:9
Generated on Sun Feb 23 2025 04:34:27 for tue_serialization by
1.8.17