Pothos  0.4.2-g932b6da0
The Pothos dataflow programming software suite
Functions
Pothos::serialization Namespace Reference

Functions

template<class Archive >
void serialize (Archive &, Pothos::Detail::ObjectContainer &, const unsigned int)
 
template<class Archive , typename ValueType >
void serialize (Archive &ar, Pothos::Detail::ObjectContainerT< ValueType > &t, const unsigned int)
 
template<class Archive >
void save (Archive &ar, const Pothos::Object &t, const unsigned int)
 
template<class Archive >
void load (Archive &ar, Pothos::Object &t, const unsigned int)
 

Function Documentation

template<class Archive >
void Pothos::serialization::load ( Archive &  ar,
Pothos::Object t,
const unsigned  int 
)
template<class Archive >
void Pothos::serialization::save ( Archive &  ar,
const Pothos::Object t,
const unsigned  int 
)
template<class Archive >
void Pothos::serialization::serialize ( Archive &  ,
Pothos::Detail::ObjectContainer &  ,
const unsigned  int 
)
template<class Archive , typename ValueType >
void Pothos::serialization::serialize ( Archive &  ar,
Pothos::Detail::ObjectContainerT< ValueType > &  t,
const unsigned  int 
)