cereal
A C++11 library for serialization
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
  include
  cereal
  archives
 adapters.hppArchive adapters that provide additional functionality on top of an existing archive
 binary.hppBinary input and output archives
 json.hppJSON input and output archives
 portable_binary.hpp
 xml.hppXML input and output archives
  details
 helpers.hppInternal helper functionality
 polymorphic_impl.hppInternal polymorphism support
 polymorphic_impl_fwd.hppInternal polymorphism support forward declarations
 static_object.hppInternal polymorphism static object support
 traits.hppInternal type trait support
 util.hppInternal misc utilities
  types
  concepts
 pair_associative_container.hppSupport for the PairAssociativeContainer refinement of the AssociativeContainer concept
 array.hppSupport for types found in <array>
 atomic.hppSupport for types found in <atomic>
 base_class.hppSupport for base classes (virtual and non-virtual)
 bitset.hppSupport for types found in <bitset>
 boost_variant.hppSupport for boost::variant
 chrono.hppSupport for types found in <chrono>
 common.hppSupport common types - always included automatically
 complex.hppSupport for types found in <complex>
 deque.hppSupport for types found in <deque>
 forward_list.hppSupport for types found in <forward_list>
 functional.hppSupport for types found in <functional>
 list.hppSupport for types found in <list>
 map.hppSupport for types found in <map>
 memory.hppSupport for types found in <memory>
 optional.hppSupport for std::optional
 polymorphic.hppSupport for pointers to polymorphic base classes
 queue.hppSupport for types found in <queue>
 set.hppSupport for types found in <set>
 stack.hppSupport for types found in <stack>
 string.hppSupport for types found in <string>
 tuple.hppSupport for types found in <tuple>
 unordered_map.hppSupport for types found in <unordered_map>
 unordered_set.hppSupport for types found in <unordered_set>
 utility.hppSupport for types found in <utility>
 valarray.hppSupport for types found in <valarray>
 variant.hppSupport for std::variant
 vector.hppSupport for types found in <vector>
 access.hppAccess control and default construction
 cereal.hppMain cereal functionality
 macros.hppPreprocessor macros that can customise the cereal library
 specialize.hppSerialization disambiguation
 version.hppMacros to detect cereal version