Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
map.hpp File Reference
Include dependency graph for map.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::serialization
 

Functions

template<class Archive , class Type , class Key , class Compare , class Allocator >
void boost::serialization::save (Archive &ar, const std::map< Key, Type, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Type , class Key , class Compare , class Allocator >
void boost::serialization::load (Archive &ar, std::map< Key, Type, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Type , class Key , class Compare , class Allocator >
void boost::serialization::serialize (Archive &ar, std::map< Key, Type, Compare, Allocator > &t, const unsigned int file_version)
 
template<class Archive , class Type , class Key , class Compare , class Allocator >
void boost::serialization::save (Archive &ar, const std::multimap< Key, Type, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Type , class Key , class Compare , class Allocator >
void boost::serialization::load (Archive &ar, std::multimap< Key, Type, Compare, Allocator > &t, const unsigned int)
 
template<class Archive , class Type , class Key , class Compare , class Allocator >
void boost::serialization::serialize (Archive &ar, std::multimap< Key, Type, Compare, Allocator > &t, const unsigned int file_version)