Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
#include <Pothos/Config.hpp>
#include <Pothos/Archive/Invoke.hpp>
#include <Pothos/Archive/Numbers.hpp>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
Pothos | |
Pothos::serialization | |
Functions | |
template<typename Archive , typename Allocator > | |
void | Pothos::serialization::save (Archive &ar, const std::vector< bool, Allocator > &t, const unsigned int) |
template<typename Archive , typename Allocator > | |
void | Pothos::serialization::load (Archive &ar, std::vector< bool, Allocator > &t, const unsigned int) |
template<typename Archive , typename T , typename Allocator > | |
void | Pothos::serialization::save (Archive &ar, const std::vector< T, Allocator > &t, const unsigned int) |
template<typename Archive , typename T , typename Allocator > | |
void | Pothos::serialization::load (Archive &ar, std::vector< T, Allocator > &t, const unsigned int) |
template<typename Archive , typename T , typename Allocator > | |
void | Pothos::serialization::serialize (Archive &ar, std::vector< T, Allocator > &t, const unsigned int ver) |
Vector support for serialization.