cereal
A C++11 library for serialization
|
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. | |
Struct containing the serializer functions for all pointer types.