cereal
A C++11 library for serialization
Public Attributes | List of all members
cereal::detail::InputBindingMap< Archive >::Serializers Struct Reference

Struct containing the serializer functions for all pointer types. More...

#include </home/shane/workspace/cereal/include/cereal/details/polymorphic_impl.hpp>

Public Attributes

SharedSerializer shared_ptr
 Serializer function for shared/weak pointers.
 
UniqueSerializer unique_ptr
 Serializer function for unique pointers.
 

Detailed Description

template<class Archive>
struct cereal::detail::InputBindingMap< Archive >::Serializers

Struct containing the serializer functions for all pointer types.


The documentation for this struct was generated from the following file: