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

Go to the source code of this file.

Classes

struct  msgpack::adaptor::as< std::list< T, Alloc >, typename std::enable_if< msgpack::has_as< T >::value >::type >
 
struct  msgpack::adaptor::convert< std::list< T, Alloc > >
 
struct  msgpack::adaptor::pack< std::list< T, Alloc > >
 
struct  msgpack::adaptor::object_with_zone< std::list< T, Alloc > >
 

Namespaces

 msgpack
 
 msgpack::adaptor