|
| template<class Archive , class Type , class Key , class Hash , class Compare , class Allocator > |
| void | save (Archive &ar, const boost::unordered_map< Key, Type, Hash, Compare, Allocator > &t, const unsigned int) |
| |
| template<class Archive , class Type , class Key , class Hash , class Compare , class Allocator > |
| void | load (Archive &ar, boost::unordered_map< Key, Type, Hash, Compare, Allocator > &t, const unsigned int) |
| |
| template<class Archive , class Type , class Key , class Hash , class Compare , class Allocator > |
| void | serialize (Archive &ar, boost::unordered_map< Key, Type, Hash, Compare, Allocator > &t, const unsigned int file_version) |
| |