Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
Go to the source code of this file.
Classes | |
class | Pothos::serialization::VersionType |
struct | Pothos::serialization::hasSerialize< T, Archive > |
Namespaces | |
Pothos | |
Pothos::serialization | |
Functions | |
template<typename Archive , typename T > | |
std::enable_if< Archive::isSave::value >::type | Pothos::serialization::invokeSplit (Archive &ar, T &value, const unsigned int ver) |
template<typename Archive , typename T > | |
std::enable_if<!Archive::isSave::value >::type | Pothos::serialization::invokeSplit (Archive &ar, T &value, const unsigned int ver) |
template<typename Archive , typename T > | |
std::enable_if<!hasSerialize< T, Archive >::value >::type | Pothos::serialization::invokeSerialize (Archive &ar, T &value, const unsigned int ver) |
template<typename Archive , typename T > | |
std::enable_if< hasSerialize< T, Archive >::value >::type | Pothos::serialization::invokeSerialize (Archive &ar, T &value, const unsigned int ver) |
Invoke load/save/serialize without being defined. Relies-on and forces two-phase template resolution.