Pothos
0.2.1-g9f04573d
The Pothos dataflow programming software suite
|
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) |
void Pothos::serialization::load | ( | Archive & | ar, |
Pothos::Object & | t, | ||
const unsigned | int | ||
) |
void Pothos::serialization::save | ( | Archive & | ar, |
const Pothos::Object & | t, | ||
const unsigned | int | ||
) |
void Pothos::serialization::serialize | ( | Archive & | , |
Pothos::Detail::ObjectContainer & | , | ||
const unsigned | int | ||
) |
void Pothos::serialization::serialize | ( | Archive & | ar, |
Pothos::Detail::ObjectContainerT< ValueType > & | t, | ||
const unsigned | int | ||
) |