MessagePack for C++
Classes | Namespaces
map.hpp File Reference
#include "msgpack/versioning.hpp"
#include "msgpack/cpp_version.hpp"
#include "msgpack/v1/adaptor/map_decl.hpp"
#include "msgpack/adaptor/adaptor_base.hpp"
#include <map>
#include <vector>
Include dependency graph for map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack::type::assoc_vector< K, V, Compare, Alloc >
 
struct  msgpack::type::detail::pair_first_less< K, V, Compare, Alloc >
 
struct  msgpack::adaptor::as< type::assoc_vector< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type >
 
struct  msgpack::adaptor::convert< type::assoc_vector< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::pack< type::assoc_vector< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::object_with_zone< type::assoc_vector< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::as< std::map< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type >
 
struct  msgpack::adaptor::convert< std::map< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::pack< std::map< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::object_with_zone< std::map< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::as< std::multimap< K, V, Compare, Alloc >, typename std::enable_if< msgpack::has_as< K >::value||msgpack::has_as< V >::value >::type >
 
struct  msgpack::adaptor::convert< std::multimap< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::pack< std::multimap< K, V, Compare, Alloc > >
 
struct  msgpack::adaptor::object_with_zone< std::multimap< K, V, Compare, Alloc > >
 

Namespaces

 msgpack
 
 msgpack::type
 
 msgpack::type::detail
 
 msgpack::adaptor