![]() |
Pothos
0.6.0-g9da168ef
The Pothos dataflow programming software suite
|
#include <Pothos/Config.hpp>#include <Pothos/Archive/Invoke.hpp>#include <Pothos/Archive/Numbers.hpp>#include <utility>#include <set>Go to the source code of this file.
Namespaces | |
| Pothos | |
| Pothos::serialization | |
Functions | |
| template<typename Archive , typename T , typename Compare , typename Allocator > | |
| void | Pothos::serialization::save (Archive &ar, const std::set< T, Compare, Allocator > &t, const unsigned int) |
| template<typename Archive , typename T , typename Compare , typename Allocator > | |
| void | Pothos::serialization::load (Archive &ar, std::set< T, Compare, Allocator > &t, const unsigned int) |
| template<typename Archive , typename T , typename Compare , typename Allocator > | |
| void | Pothos::serialization::serialize (Archive &ar, std::set< T, Compare, Allocator > &t, const unsigned int ver) |
Set support for serialization.
1.8.13