|
template<class Archive , class Key , class HashFcn , class EqualKey , class Allocator > |
void | load (Archive &ar, std::unordered_map< Key, HashFcn, EqualKey, Allocator > &t, const unsigned int) |
|
template<class Archive , class Key , class HashFcn , class EqualKey , class Allocator > |
void | load (Archive &ar, std::unordered_multimap< Key, HashFcn, EqualKey, Allocator > &t, const unsigned int) |
|
template<class Archive , class Key , class HashFcn , class EqualKey , class Allocator > |
void | save (Archive &ar, const std::unordered_map< Key, HashFcn, EqualKey, Allocator > &t, const unsigned int) |
|
template<class Archive , class Key , class HashFcn , class EqualKey , class Allocator > |
void | save (Archive &ar, const std::unordered_multimap< Key, HashFcn, EqualKey, Allocator > &t, const unsigned int) |
|
template<class Archive , class Key , class HashFcn , class EqualKey , class Allocator > |
void | serialize (Archive &ar, std::unordered_map< Key, HashFcn, EqualKey, Allocator > &t, const unsigned int file_version) |
|
template<class Archive , class Key , class HashFcn , class EqualKey , class Allocator > |
void | serialize (Archive &ar, std::unordered_multimap< Key, HashFcn, EqualKey, Allocator > &t, const unsigned int file_version) |
|
template<typename Archive , typename T > |
void | serialize (Archive &ar, mlpack::data::PointerShim< T > &t, const BOOST_PFTO unsigned int version) |
| Catch a call to serialize() with a PointerShim, and call the Serialize() function directly. More...
|
|