|
cereal
A C++11 library for serialization
|
| access.hpp | Access control and default construction |
| adapters.hpp | Archive adapters that provide additional functionality on top of an existing archive |
| array.hpp | Support for types found in <array> |
| atomic.hpp | Support for types found in <atomic> |
| base_class.hpp | Support for base classes (virtual and non-virtual) |
| binary.hpp | Binary input and output archives |
| bitset.hpp | Support for types found in <bitset> |
| boost_variant.hpp | Support for boost::variant |
| cereal.hpp | Main cereal functionality |
| chrono.hpp | Support for types found in <chrono> |
| common.hpp | Support common types - always included automatically |
| complex.hpp | Support for types found in <complex> |
| deque.hpp | Support for types found in <deque> |
| forward_list.hpp | Support for types found in <forward_list> |
| functional.hpp | Support for types found in <functional> |
| helpers.hpp | Internal helper functionality |
| json.hpp | JSON input and output archives |
| list.hpp | Support for types found in <list> |
| macros.hpp | Preprocessor macros that can customise the cereal library |
| map.hpp | Support for types found in <map> |
| memory.hpp | Support for types found in <memory> |
| optional.hpp | Support for std::optional |
| pair_associative_container.hpp | Support for the PairAssociativeContainer refinement of the AssociativeContainer concept |
| polymorphic.hpp | Support for pointers to polymorphic base classes |
| polymorphic_impl.hpp | Internal polymorphism support |
| polymorphic_impl_fwd.hpp | Internal polymorphism support forward declarations |
| portable_binary.hpp | |
| queue.hpp | Support for types found in <queue> |
| set.hpp | Support for types found in <set> |
| specialize.hpp | Serialization disambiguation |
| stack.hpp | Support for types found in <stack> |
| static_object.hpp | Internal polymorphism static object support |
| string.hpp | Support for types found in <string> |
| traits.hpp | Internal type trait support |
| tuple.hpp | Support for types found in <tuple> |
| unordered_map.hpp | Support for types found in <unordered_map> |
| unordered_set.hpp | Support for types found in <unordered_set> |
| util.hpp | Internal misc utilities |
| utility.hpp | Support for types found in <utility> |
| valarray.hpp | Support for types found in <valarray> |
| variant.hpp | Support for std::variant |
| vector.hpp | Support for types found in <vector> |
| version.hpp | Macros to detect cereal version |
| xml.hpp | XML input and output archives |
1.8.17