|
template<typename Archive , typename T > |
void | save (Archive &ar, const std::complex< T > &t, const unsigned int) |
|
template<typename Archive , typename T > |
void | load (Archive &ar, std::complex< T > &t, const unsigned int) |
|
template<typename Archive , typename T > |
void | serialize (Archive &ar, std::complex< T > &t, const unsigned int ver) |
|
template<typename Archive , typename T > |
std::enable_if< Archive::isSave::value >::type | invokeSplit (Archive &ar, T &value, const unsigned int ver) |
|
template<typename Archive , typename T > |
std::enable_if<!Archive::isSave::value >::type | invokeSplit (Archive &ar, T &value, const unsigned int ver) |
|
template<typename Archive , typename T > |
std::enable_if<!hasSerialize< T, Archive >::value >::type | invokeSerialize (Archive &ar, T &value, const unsigned int ver) |
|
template<typename Archive , typename T > |
std::enable_if< hasSerialize< T, Archive >::value >::type | invokeSerialize (Archive &ar, T &value, const unsigned int ver) |
|
template<typename Archive , typename K , typename T , typename Compare , typename Allocator > |
void | 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 | 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 | serialize (Archive &ar, std::map< K, T, Compare, Allocator > &t, const unsigned int ver) |
|
template<typename Archive > |
void | save (Archive &ar, const bool &t, const unsigned int) |
|
template<typename Archive > |
void | load (Archive &ar, bool &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, unsigned char >::value or std::is_same< T, signed char >::value or std::is_same< T, char >::value >::type | save (Archive &ar, const T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, unsigned char >::value or std::is_same< T, signed char >::value or std::is_same< T, char >::value >::type | load (Archive &ar, T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, unsigned short >::value or std::is_same< T, signed short >::value >::type | save (Archive &ar, const T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, unsigned short >::value or std::is_same< T, signed short >::value >::type | load (Archive &ar, T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, signed int >::value or std::is_same< T, signed long >::value or std::is_same< T, signed long long >::value >::type | save (Archive &ar, const T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, signed int >::value or std::is_same< T, signed long >::value or std::is_same< T, signed long long >::value >::type | load (Archive &ar, T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, unsigned int >::value or std::is_same< T, unsigned long >::value or std::is_same< T, unsigned long long >::value >::type | save (Archive &ar, const T &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_same< T, unsigned int >::value or std::is_same< T, unsigned long >::value or std::is_same< T, unsigned long long >::value >::type | load (Archive &ar, T &t, const unsigned int) |
|
template<typename Archive > |
std::enable_if< std::numeric_limits< float >::is_iec559 >::type | save (Archive &ar, const float &t, const unsigned int) |
|
template<typename Archive > |
std::enable_if< std::numeric_limits< float >::is_iec559 >::type | load (Archive &ar, float &t, const unsigned int) |
|
template<typename Archive > |
std::enable_if< std::numeric_limits< double >::is_iec559 >::type | save (Archive &ar, const double &t, const unsigned int) |
|
template<typename Archive > |
std::enable_if< std::numeric_limits< double >::is_iec559 >::type | load (Archive &ar, double &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_arithmetic< T >::value >::type | serialize (Archive &ar, T &t, const unsigned int ver) |
|
template<typename Archive , typename F , typename L > |
void | serialize (Archive &ar, std::pair< F, L > &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_polymorphic< T >::value >::type | save (Archive &ar, const T *const &t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_polymorphic< T >::value >::type | load (Archive &ar, T *&t, const unsigned int) |
|
template<typename Archive , typename T > |
std::enable_if< std::is_polymorphic< T >::value >::type | serialize (Archive &ar, T *&t, const unsigned int ver) |
|
template<typename Archive , typename T , typename Compare , typename Allocator > |
void | save (Archive &ar, const std::set< T, Compare, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Compare , typename Allocator > |
void | load (Archive &ar, std::set< T, Compare, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Compare , typename Allocator > |
void | serialize (Archive &ar, std::set< T, Compare, Allocator > &t, const unsigned int ver) |
|
template<typename Archive , typename T , typename Traits , typename Allocator > |
void | save (Archive &ar, const std::basic_string< T, Traits, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Traits , typename Allocator > |
void | load (Archive &ar, std::basic_string< T, Traits, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Traits , typename Allocator > |
void | serialize (Archive &ar, std::basic_string< T, Traits, Allocator > &t, const unsigned int ver) |
|
template<typename Archive , typename Allocator > |
void | save (Archive &ar, const std::vector< bool, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename Allocator > |
void | load (Archive &ar, std::vector< bool, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Allocator > |
void | save (Archive &ar, const std::vector< T, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Allocator > |
void | load (Archive &ar, std::vector< T, Allocator > &t, const unsigned int) |
|
template<typename Archive , typename T , typename Allocator > |
void | serialize (Archive &ar, std::vector< T, Allocator > &t, const unsigned int ver) |
|
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) |
|