Pothos  0.5.0-ga4964040
The Pothos dataflow programming software suite
Namespaces | Functions
Map.hpp File Reference
#include <Pothos/Config.hpp>
#include <Pothos/Archive/Invoke.hpp>
#include <Pothos/Archive/Numbers.hpp>
#include <Pothos/Archive/Pair.hpp>
#include <utility>
#include <map>

Go to the source code of this file.

Namespaces

 Pothos
 
 Pothos::serialization
 

Functions

template<typename Archive , typename K , typename T , typename Compare , typename Allocator >
void Pothos::serialization::save (Archive &ar, const std::map< K, T, Compare, Allocator > &t, const unsigned int)
 
template<typename Archive , typename K , typename T , typename Compare , typename Allocator >
void Pothos::serialization::load (Archive &ar, std::map< K, T, Compare, Allocator > &t, const unsigned int)
 
template<typename Archive , typename K , typename T , typename Compare , typename Allocator >
void Pothos::serialization::serialize (Archive &ar, std::map< K, T, Compare, Allocator > &t, const unsigned int ver)
 

Detailed Description

Map support for serialization.