![]() |
Pothos
0.6.0-g9da168ef
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.
1.8.13