cereal
A C++11 library for serialization
|
Support for types found in <map> More...
Go to the source code of this file.
Functions | |
template<class Archive , class MapT > | |
void | cereal::map_detail::save (Archive &ar, MapT const &map) |
template<class Archive , class MapT > | |
void | cereal::map_detail::load (Archive &ar, MapT &map) |
template<class Archive , class K , class T , class C , class A > | |
void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::map< K, T, C, A > const &map) |
Saving for std::map. | |
template<class Archive , class K , class T , class C , class A > | |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::map< K, T, C, A > &map) |
Loading for std::map. | |
template<class Archive , class K , class T , class C , class A > | |
void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::multimap< K, T, C, A > const &multimap) |
Saving for std::multimap. More... | |
template<class Archive , class K , class T , class C , class A > | |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::multimap< K, T, C, A > &multimap) |
Loading for std::multimap. More... | |
Support for types found in <map>
|
inline |
Loading for std::multimap.
|
inline |
Saving for std::multimap.